Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Date32Array in datafusion::common::arrow::array::array - Rust
[go: Go Back, main page]

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 */ }