Type Alias deltalake::arrow::array::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 */ }