Module datafusion::physical_plan::coalesce_batches

source ·
Expand description

CoalesceBatchesExec combines small batches into larger batches for more efficient use of vectorized processing by upstream operators.

Structs§

  • CoalesceBatchesExec combines small batches into larger batches for more efficient use of vectorized processing by upstream operators.

Functions§