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
Time64NanosecondArray in datafusion::common::arrow::array - Rust
[go: Go Back, main page]

Type Alias Time64NanosecondArray

Source
pub type Time64NanosecondArray = PrimitiveArray<Time64NanosecondType>;
Expand description

A PrimitiveArray of nanoseconds since midnight stored as i64

This type is similar to the chrono::NaiveTime type and can hold values such as 00:02:00.123456789

Aliased Typeยง

struct Time64NanosecondArray { /* private fields */ }