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

datafusion::common::arrow::array

Type Alias Time64MicrosecondArray

source
pub type Time64MicrosecondArray = PrimitiveArray<Time64MicrosecondType>;
Expand description

A PrimitiveArray of microseconds since midnight stored as i64

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

Aliased Typeยง

struct Time64MicrosecondArray { /* private fields */ }