Type Alias arrow_array::array::IntervalDayTimeArray
source · pub type IntervalDayTimeArray = PrimitiveArray<IntervalDayTimeType>;
Expand description
A PrimitiveArray
of “calendar” intervals in days and milliseconds
See IntervalDayTimeType
for details on representation and caveats.
Aliased Type§
struct IntervalDayTimeArray { /* private fields */ }