datatypes::vectors

Type Alias IntervalMonthDayNanoVector

Source
pub type IntervalMonthDayNanoVector = PrimitiveVector<IntervalMonthDayNanoType>;

Aliased Type§

struct IntervalMonthDayNanoVector {
    array: PrimitiveArray<IntervalMonthDayNanoType>,
}

Fields§

§array: PrimitiveArray<IntervalMonthDayNanoType>