Function polars_arrow::compute::cast::days_ms_to_months_days_ns
source ยท pub fn days_ms_to_months_days_ns(
from: &PrimitiveArray<days_ms>,
) -> PrimitiveArray<months_days_ns>
Available on crate feature
compute_cast
only.Expand description
Casts days_ms
s to months_days_ns
. This operation is infalible and lossless.