Type Alias arrow::array::TimestampMicrosecondArray
source · pub type TimestampMicrosecondArray = PrimitiveArray<TimestampMicrosecondType>;
Expand description
A PrimitiveArray
of microseconds since UNIX epoch stored as i64
See examples for TimestampSecondArray
Aliased Type§
struct TimestampMicrosecondArray { /* private fields */ }