pub fn concatenate_owned_unchecked(arrays: &[ArrayRef]) -> Result<ArrayRef>
Expand description

Concatenate multiple [Array] of the same type into a single [Array]. This does not check the arrays types.