TimeRange
Visible time range bounds for a specific timeline.
Fields fields
start
Type: TimeRangeBoundary
Low time boundary for sequence timeline.
end
Type: TimeRangeBoundary
High time boundary for sequence timeline.
Arrow datatype arrow-datatype
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
    }
}