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