Hi guys, I'm reading spark source code. When I read org.apache.spark.sql.catalyst.util.ArrayBasedMapData, org.apache.spark.sql.catalyst.expressions.UnsafeMapData, I can't understand how it supports hash lookup? Is there anything I miss?
Hi guys, I'm reading spark source code. When I read org.apache.spark.sql.catalyst.util.ArrayBasedMapData, org.apache.spark.sql.catalyst.expressions.UnsafeMapData, I can't understand how it supports hash lookup? Is there anything I miss?