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