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