arrow_array::array

Type Alias Time64NanosecondArray

Source
pub type Time64NanosecondArray = PrimitiveArray<Time64NanosecondType>;
Expand description

A PrimitiveArray of nanoseconds since midnight stored as i64

This type is similar to the chrono::NaiveTime type and can hold values such as 00:02:00.123456789

Aliased Typeยง

struct Time64NanosecondArray { /* private fields */ }