Type Definition arrow_array::array::Date64Array
source · pub type Date64Array = PrimitiveArray<Date64Type>;
Expand description
A primitive array where each element is a 64-bit value representing the elapsed time since the UNIX epoch in milliseconds.
This type is similar to the chrono::NaiveDateTime
type and can hold
values such as 2018-11-13T17:11:10.011