pub type IntervalYearMonthVector = PrimitiveVector<IntervalYearMonthType>;
Aliased Type§
struct IntervalYearMonthVector {
array: PrimitiveArray<IntervalYearMonthType>,
}
Fields§
§array: PrimitiveArray<IntervalYearMonthType>
pub type IntervalYearMonthVector = PrimitiveVector<IntervalYearMonthType>;
struct IntervalYearMonthVector {
array: PrimitiveArray<IntervalYearMonthType>,
}
array: PrimitiveArray<IntervalYearMonthType>