pub type TimeMicrosecondVector = PrimitiveVector<TimeMicrosecondType>;
Aliased Type§
pub struct TimeMicrosecondVector {
array: PrimitiveArray<Time64MicrosecondType>,
}
Fields§
§array: PrimitiveArray<Time64MicrosecondType>
pub type TimeMicrosecondVector = PrimitiveVector<TimeMicrosecondType>;
pub struct TimeMicrosecondVector {
array: PrimitiveArray<Time64MicrosecondType>,
}
array: PrimitiveArray<Time64MicrosecondType>