pub type IntervalMonthDayNanoVectorBuilder = PrimitiveVectorBuilder<IntervalMonthDayNanoType>;
Aliased Type§
struct IntervalMonthDayNanoVectorBuilder {
mutable_array: PrimitiveBuilder<IntervalMonthDayNanoType>,
}
Fields§
§mutable_array: PrimitiveBuilder<IntervalMonthDayNanoType>