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