pub fn create_list(
dtype: ArrowDataType,
nested: &mut NestedState,
values: Box<dyn Array>,
) -> Box<dyn Array>
Expand description
Creates a new ListArray
or FixedSizeListArray
.
pub fn create_list(
dtype: ArrowDataType,
nested: &mut NestedState,
values: Box<dyn Array>,
) -> Box<dyn Array>
Creates a new ListArray
or FixedSizeListArray
.