datafusion_physical_plan

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ยง