Function arrow_select::concat::concat_batches
source · pub fn concat_batches<'a>(
schema: &SchemaRef,
input_batches: impl IntoIterator<Item = &'a RecordBatch>
) -> Result<RecordBatch, ArrowError>
Expand description
Concatenates batches
together into a single record batch.