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

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