datatypes::vectors::time

Type Alias TimeSecondVector

Source
pub type TimeSecondVector = PrimitiveVector<TimeSecondType>;

Aliased Type§

struct TimeSecondVector {
    array: PrimitiveArray<Time32SecondType>,
}

Fields§

§array: PrimitiveArray<Time32SecondType>