Type Alias deltalake::arrow::array::array::Time32SecondArray

source ·
pub type Time32SecondArray = PrimitiveArray<Time32SecondType>;
Expand description

A PrimitiveArray of seconds since midnight stored as i32

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

Aliased Type§

struct Time32SecondArray { /* private fields */ }