TimeRangeBoundary
Left or right boundary of a time range.
Variants variants
CursorRelative = 1
Type: TimeInt
Boundary is a value relative to the time cursor.
Absolute = 2
Type: TimeInt
Boundary is an absolute value.
Infinite = 3
Type: null
The boundary extends to infinity.
Arrow datatype arrow-datatype
DenseUnion {
    0 = "_null_markers": nullable null
    1 = "CursorRelative": int64
    2 = "Absolute": int64
    3 = "Infinite": nullable null
}API reference links api-reference-links
- 🌊 C++ API docs for TimeRangeBoundary
- 🐍 Python API docs for TimeRangeBoundary
- 🦀 Rust API docs for TimeRangeBoundary