pub type TimestampNanosecondArray = PrimitiveArray<TimestampNanosecondType>;
Expand description

An array of nanoseconds since UNIX epoch stored as i64

See examples for TimestampSecondArray