pub type TimestampMicrosecondArray = PrimitiveArray<TimestampMicrosecondType>;
Expand description
A PrimitiveArray
of microseconds since UNIX epoch stored as i64
See examples for TimestampSecondArray
Aliased Typeยง
struct TimestampMicrosecondArray { /* private fields */ }