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