Type Alias deltalake::arrow::array::array::TimestampNanosecondArray

source ·
pub type TimestampNanosecondArray = PrimitiveArray<TimestampNanosecondType>;
Expand description

A PrimitiveArray of nanoseconds since UNIX epoch stored as i64

See examples for TimestampSecondArray

Aliased Type§

struct TimestampNanosecondArray { /* private fields */ }