pub type TimestampMillisecondArray = PrimitiveArray<TimestampMillisecondType>;
Expand description

A PrimitiveArray of milliseconds since UNIX epoch stored as i64

See examples for TimestampSecondArray

Aliased Type§

struct TimestampMillisecondArray { /* private fields */ }