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