pub fn concatenate(
    arrays: &[&dyn Array]
) -> Result<Box<dyn Array + 'static, Global>, ArrowError>
This is supported on crate feature compute_concatenate only.
Expand description

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