Type Alias arrow::array::array::TimestampMillisecondArray

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 */ }