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