Rerun

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)
)

Used by used-by