pub fn months_to_months_days_ns(
from: &PrimitiveArray<i32>
) -> PrimitiveArray<months_days_ns>
This is supported on crate feature
compute_cast
only.Expand description
Casts months represented as i32
s to months_days_ns
. This operation is infalible and lossless.