Function polars_core::prelude::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