polars_arrow::compute::cast

Function cast_unchecked

Source
pub fn cast_unchecked(
    array: &dyn Array,
    to_type: &ArrowDataType,
) -> PolarsResult<Box<dyn Array>>
Available on crate feature compute_cast only.