Type Definition arrow_array::array::Time32SecondArray
source · pub type Time32SecondArray = PrimitiveArray<Time32SecondType>;
Expand description
An array where each element is of 32-bit type representing time elapsed in seconds since midnight.
This type is similar to the chrono::NaiveTime
type and can
hold values such as 00:02:00