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