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