pub fn concatenate(arrays: &[&dyn Array]) -> Result<Box<dyn Array>>
Available on crate feature compute_concatenate only.
Expand description

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