polars_arrow::compute::concatenate

Function concatenate

Source
pub fn concatenate(arrays: &[&dyn Array]) -> PolarsResult<Box<dyn Array>>
Expand description

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