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