Type Alias arrow::compute::kernels::cast_utils::MonthDayNano
source ยท pub type MonthDayNano = (i32, i32, i64);
Expand description
A tuple representing (months, days, nanoseconds) in an interval
pub type MonthDayNano = (i32, i32, i64);
A tuple representing (months, days, nanoseconds) in an interval