Type Definition arrow::array::TimestampMicrosecondArray[][src]

pub type TimestampMicrosecondArray = PrimitiveArray<TimestampMicrosecondType>;
Expand description

A primitive array where each element is of type TimestampMicrosecondType. See examples for TimestampSecondArray.