Type Definition arrow_array::array::TimestampMillisecondArray
source · pub type TimestampMillisecondArray = PrimitiveArray<TimestampMillisecondType>;
Expand description
An array of milliseconds since UNIX epoch stored as i64
See examples for TimestampSecondArray