TimeRange
Visible time range bounds for a specific timeline.
Fields fields
start
Type: non-null TimeRangeBoundary
Low time boundary for sequence timeline.
end
Type: non-null TimeRangeBoundary
High time boundary for sequence timeline.
Arrow datatype arrow-datatype
Struct(
"start": non-null Union(Dense,
0: ("_null_markers": Null)
1: ("CursorRelative": non-null Int64)
2: ("Absolute": non-null Int64)
3: ("Infinite": Null)
)
"end": non-null Union(Dense,
0: ("_null_markers": Null)
1: ("CursorRelative": non-null Int64)
2: ("Absolute": non-null Int64)
3: ("Infinite": Null)
)
)