datatypes::vectors::interval

Type Alias IntervalMonthDayNanoVectorBuilder

Source
pub type IntervalMonthDayNanoVectorBuilder = PrimitiveVectorBuilder<IntervalMonthDayNanoType>;

Aliased Type§

struct IntervalMonthDayNanoVectorBuilder {
    mutable_array: PrimitiveBuilder<IntervalMonthDayNanoType>,
}

Fields§

§mutable_array: PrimitiveBuilder<IntervalMonthDayNanoType>