pub fn concat_arr(
args: &[Column],
dtype: &DataType,
) -> Result<Column, PolarsError>
Available on crate features
polars-ops
and dtype-array
only.Expand description
Note: The caller must ensure all columns in args
have the same type.
ยงPanics
Panics if
args
is emptydtype
is not aDataType::Array