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