pub fn concatenate_owned_unchecked( arrays: &[ArrayRef]) -> Result<Arc<dyn Array>>
Concatenate multiple Array of the same type into a single Array. This does not check the arrays types.
Array