Module datafusion::physical_plan::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§