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 - Rust
[go: Go Back, main page]

datafusion::common::arrow::array

Type Alias Date32Array

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