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