datafusion_physical_plan

Module coalesce_partitions

Source
Expand description

Defines the merge plan for executing partitions in parallel and then merging the results into a single partition

Structsยง

  • Merge execution plan executes partitions in parallel and combines them into a single partition. No guarantees are made about the order of the resulting partition.