pub type Date32Array = PrimitiveArray<Date32Type>;
Expand description
A PrimitiveArray
of days since UNIX epoch stored as i32
This type is similar to the chrono::NaiveDate
type and can hold
values such as 2018-11-13
Aliased Typeยง
struct Date32Array { /* private fields */ }