Module datafusion::physical_plan::coalesce_batches[][src]

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

Structs

CoalesceBatchesExec

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

Functions

concat_batches

Concatenates an array of RecordBatch into one batch