Package org.apache.spark.sql.connector.read.partitioning
package org.apache.spark.sql.connector.read.partitioning
-
ClassDescriptionRepresents a partitioning where rows are split across partitions based on the partition transform expressions returned by
KeyGroupedPartitioning.keys
.An interface to represent the output data partitioning for a data source, which is returned bySupportsReportPartitioning.outputPartitioning()
.Represents a partitioning where rows are split across partitions in an unknown pattern.