TimestampSecondVector

Type Alias TimestampSecondVector 

Source
pub type TimestampSecondVector = PrimitiveVector<TimestampSecondType>;

Aliased Type§

pub struct TimestampSecondVector {
    array: PrimitiveArray<TimestampSecondType>,
}

Fields§

§array: PrimitiveArray<TimestampSecondType>