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

pub fn concat(array_list: &[ArrayRef]) -> Result<ArrayRef>

Concatenate multiple ArrayRef with the same type.

Returns a new ArrayRef.