pub fn concat_arr(
args: &[Column],
dtype: &DataType,
) -> Result<Column, PolarsError>
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