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