AbsoluteTimeRange
Two datatypes.TimeInt describing a range of time.
Fields fields
min
Type: TimeInt
Start of the range.
max
Type: TimeInt
End of the range (inclusive).
Arrow datatype arrow-datatype
Struct {
min: int64
max: int64
}