TimeNanosecondVector

Type Alias TimeNanosecondVector 

Source
pub type TimeNanosecondVector = PrimitiveVector<TimeNanosecondType>;

Aliased Type§

pub struct TimeNanosecondVector {
    array: PrimitiveArray<Time64NanosecondType>,
}

Fields§

§array: PrimitiveArray<Time64NanosecondType>