polars_parquet::arrow::read

Function create_list

Source
pub fn create_list(
    dtype: ArrowDataType,
    nested: &mut NestedState,
    values: Box<dyn Array>,
) -> Box<dyn Array>
Expand description

Creates a new ListArray or FixedSizeListArray.