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

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