Type Definition arrow_array::array::Date32Array

source ·
pub type Date32Array = PrimitiveArray<Date32Type>;
Expand description

A primitive array where each element is of 32-bit value representing the elapsed time since UNIX epoch in days.“

This type is similar to the chrono::NaiveDate type and can hold values such as 2018-11-13