VisibleTimeRange
Visible time range bounds for a specific timeline.
Fields fields
timeline
Type: non-null Utf8
Name of the timeline this applies to.
range
Type: non-null TimeRange
Time range to use for this timeline.
Arrow datatype arrow-datatype
Struct(
"timeline": non-null Utf8
"range": non-null 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)
)
)
)