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