AbsoluteTimeRange
Two datatypes.TimeInt describing a range of time.
Fields fields
min
Type: non-null TimeInt
Start of the range.
max
Type: non-null TimeInt
End of the range (inclusive).
Arrow datatype arrow-datatype
Struct(
"min": non-null Int64
"max": non-null Int64
)