Type Definition arrow_array::array::TimestampNanosecondArray
source · pub type TimestampNanosecondArray = PrimitiveArray<TimestampNanosecondType>;Expand description
A PrimitiveArray of nanoseconds since UNIX epoch stored as i64
See examples for TimestampSecondArray