pub fn concat(arrays: &[&dyn Array]) -> Result<ArrayRef, ArrowError>
Concatenate multiple [Array] of the same type into a single [ArrayRef].