Function polars::prelude::convert_inner_type

source ·
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