Expand description
Time window expr and helper functions
Structsยง
- Time window expr like
date_bin(INTERVAL '1' MINUTE, ts)
, this type help with evaluating the expr using given timestamp
Functionsยง
- binary_
search_ ๐expr - Find the lower bound of time window in given
expr
andcurrent
timestamp. - Convert
ColumnarValue
toVec<Option<Timestamp>>
- Expect the
phy
expression only have one input column with Timestamp type, and also return Timestamp type - Return (the column name of time index column, the time window expr, the expected time unit of time index column, the exprโs schema for evaluating the time window)
- Probe for the upper bound for time window expression
- to_
phy_ ๐expr