Left or right boundary of a time range.
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
Union(Dense,
0: ("_null_markers": Null)
1: ("CursorRelative": non-null Int64)
2: ("Absolute": non-null Int64)
3: ("Infinite": Null)
)API reference links
- π C++ API docs for
TimeRangeBoundary - π Python API docs for
TimeRangeBoundary - π¦ Rust API docs for
TimeRangeBoundary