datatypes::vectors::time

Type Alias TimeMillisecondVector

Source
pub type TimeMillisecondVector = PrimitiveVector<TimeMillisecondType>;

Aliased Type§

struct TimeMillisecondVector {
    array: PrimitiveArray<Time32MillisecondType>,
}

Fields§

§array: PrimitiveArray<Time32MillisecondType>