Type Definition arrow_array::array::TimestampNanosecondArray
source · pub type TimestampNanosecondArray = PrimitiveArray<TimestampNanosecondType>;
Expand description
A primitive array where each element is of type TimestampNanosecondType.
See examples for TimestampSecondArray.