Module datafusion::physical_plan::repartition
source · [−]Expand description
The repartition operator maps N input partitions to M output partitions based on a partitioning scheme.
Structs
A utility that can be used to partition batches based on
Partitioning
The repartition operator maps N input partitions to M output partitions based on a
partitioning scheme. No guarantees are made about the order of the resulting partitions.