Package org.apache.spark.sql.connector.distributions
package org.apache.spark.sql.connector.distributions
-
ClassDescriptionA distribution where tuples that share the same values for clustering expressions are co-located in the same partition.An interface that defines how data is distributed across partitions.Helper methods to create distributions to pass into Spark.A distribution where tuples have been ordered across partitions according to ordering expressions, but not necessarily within a given partition.A distribution where no promises are made about co-location of data.