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

Type Alias Time32MillisecondArray

Source
pub type Time32MillisecondArray = PrimitiveArray<Time32MillisecondType>;
Expand description

A PrimitiveArray of milliseconds since midnight stored as i32

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

Aliased Typeยง

struct Time32MillisecondArray { /* private fields */ }