Function re_sdk::external::arrow::compute::kernels::concat::concat

pub fn concat(arrays: &[&dyn Array]) -> Result<Arc<dyn Array>, ArrowError>
Expand description

Concatenate multiple Array of the same type into a single ArrayRef.