polars_arrow::legacy::kernels::concatenate

Function concatenate_owned_unchecked

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

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