datatypes::vectors::timestamp

Type Alias TimestampMillisecondVector

Source
pub type TimestampMillisecondVector = PrimitiveVector<TimestampMillisecondType>;

Aliased Type§

struct TimestampMillisecondVector {
    array: PrimitiveArray<TimestampMillisecondType>,
}

Fields§

§array: PrimitiveArray<TimestampMillisecondType>