VisibleTimeRange
Visible time range bounds for a specific timeline.
Fields fields
timeline
Type: Utf8
Name of the timeline this applies to.
range
Type: TimeRange
Time range to use for this timeline.
Arrow datatype arrow-datatype
Struct {
timeline: utf8
range: Struct {
start: DenseUnion {
0 = "_null_markers": nullable null
1 = "CursorRelative": int64
2 = "Absolute": int64
3 = "Infinite": nullable null
}
end: DenseUnion {
0 = "_null_markers": nullable null
1 = "CursorRelative": int64
2 = "Absolute": int64
3 = "Infinite": nullable null
}
}
}