Skip to main content

concat_modified_batches

Function concat_modified_batches 

Source
fn concat_modified_batches(
    modified_batches: &[RecordBatch],
) -> Result<RecordBatch>
Expand description

Concatenates all modified batches into a single large batch.

All modified batches share the same physical schema.