pub type TimestampMillisecondArray = PrimitiveArray<TimestampMillisecondType>;
Expand description

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