Type Alias datafusion::common::arrow::array::array::TimestampMicrosecondArray

source ·
pub type TimestampMicrosecondArray = PrimitiveArray<TimestampMicrosecondType>;
Expand description

A PrimitiveArray of microseconds since UNIX epoch stored as i64

See examples for TimestampSecondArray

Aliased Type§

struct TimestampMicrosecondArray { /* private fields */ }