Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
concat_batches in datafusion::common::arrow::compute - Rust
[go: Go Back, main page]

Function concat_batches

Source
pub fn concat_batches<'a>(
    schema: &Arc<Schema>,
    input_batches: impl IntoIterator<Item = &'a RecordBatch>,
) -> Result<RecordBatch, ArrowError>
Expand description

Concatenates batches together into a single RecordBatch.

The output batch has the specified schemas; The schema of the input are ignored.

Returns an error if the types of underlying arrays are different.