Type Alias deltalake::arrow::array::Date64Array

source ·
pub type Date64Array = PrimitiveArray<Date64Type>;
Expand description

A PrimitiveArray of milliseconds since UNIX epoch stored as i64

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

Aliased Type§

struct Date64Array { /* private fields */ }