[][src]Function arrow::compute::kernels::concat::concat

pub fn concat(arrays: &[&dyn Array]) -> Result<ArrayRef>

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