IntervalMonthDayNanoVectorBuilder

Type Alias IntervalMonthDayNanoVectorBuilder 

Source
pub type IntervalMonthDayNanoVectorBuilder = PrimitiveVectorBuilder<IntervalMonthDayNanoType>;

Aliased Type§

pub struct IntervalMonthDayNanoVectorBuilder {
    mutable_array: PrimitiveBuilder<IntervalMonthDayNanoType>,
}

Fields§

§mutable_array: PrimitiveBuilder<IntervalMonthDayNanoType>