Function polars_arrow::compute::cast::months_to_months_days_ns

source ยท
pub fn months_to_months_days_ns(
    from: &PrimitiveArray<i32>,
) -> PrimitiveArray<months_days_ns>
Available on crate feature compute_cast only.
Expand description

Casts months represented as i32s to months_days_ns. This operation is infalible and lossless.