org.apache.spark.sql.store
A partitioner that helps store to collocate data with Spark's partitions. Each store layer hash computation invokes this to get their bucket information.
This hashcode implementation matches that of Spark's hashcode implementation for rows (HashExpression.eval).
A partitioner that helps store to collocate data with Spark's partitions. Each store layer hash computation invokes this to get their bucket information.