pub type TimestampMicrosecondVector = PrimitiveVector<TimestampMicrosecondType>;
Aliased Type§
struct TimestampMicrosecondVector {
array: PrimitiveArray<TimestampMicrosecondType>,
}
Fields§
§array: PrimitiveArray<TimestampMicrosecondType>
pub type TimestampMicrosecondVector = PrimitiveVector<TimestampMicrosecondType>;
struct TimestampMicrosecondVector {
array: PrimitiveArray<TimestampMicrosecondType>,
}
array: PrimitiveArray<TimestampMicrosecondType>