Function convert_inner_type
pub fn convert_inner_type(
array: &(dyn Array + 'static),
dtype: &ArrowDataType,
) -> Box<dyn Array>
Expand description
Cast null arrays to inner type and ensure that all offsets remain correct
pub fn convert_inner_type(
array: &(dyn Array + 'static),
dtype: &ArrowDataType,
) -> Box<dyn Array>
Cast null arrays to inner type and ensure that all offsets remain correct