datatypes::vectors

Type Alias TimeMicrosecondVector

Source
pub type TimeMicrosecondVector = PrimitiveVector<TimeMicrosecondType>;

Aliased Type§

struct TimeMicrosecondVector {
    array: PrimitiveArray<Time64MicrosecondType>,
}

Fields§

§array: PrimitiveArray<Time64MicrosecondType>