Type Alias arrow_array::array::DurationSecondArray
source · pub type DurationSecondArray = PrimitiveArray<DurationSecondType>;
Expand description
A PrimitiveArray
of elapsed durations in seconds
Aliased Type§
struct DurationSecondArray { /* private fields */ }