datatypes::vectors::timestamp

Type Alias TimestampMicrosecondVectorBuilder

Source
pub type TimestampMicrosecondVectorBuilder = PrimitiveVectorBuilder<TimestampMicrosecondType>;

Aliased Type§

struct TimestampMicrosecondVectorBuilder {
    mutable_array: PrimitiveBuilder<TimestampMicrosecondType>,
}

Fields§

§mutable_array: PrimitiveBuilder<TimestampMicrosecondType>