Module repartition

Source
Expand description

This file implements the RepartitionExec operator, which maps N input partitions to M output partitions based on a partitioning scheme, optionally maintaining the order of the input rows in the output.

Structsยง

BatchPartitioner
A utility that can be used to partition batches based on Partitioning
RepartitionExec
Maps N input partitions to M output partitions based on a Partitioning scheme.