arrow_array::array

Type Alias Time32SecondArray

Source
pub type Time32SecondArray = PrimitiveArray<Time32SecondType>;
Expand description

A PrimitiveArray of seconds since midnight stored as i32

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

Aliased Typeยง

struct Time32SecondArray { /* private fields */ }