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