Type Alias arrow_array::array::IntervalMonthDayNanoArray
source · pub type IntervalMonthDayNanoArray = PrimitiveArray<IntervalMonthDayNanoType>;
Expand description
A PrimitiveArray
of “calendar” intervals in months, days, and nanoseconds.
See IntervalMonthDayNanoType
for details on representation and caveats.
Aliased Type§
struct IntervalMonthDayNanoArray { /* private fields */ }