query_end_time¶
Description¶
Returns the latest time of the query time window.
Return type¶
timestamp
Domain¶
This is a scalar function (calculates a single output value for a single input row.)
Categories¶
Usage¶
query_end_time()
Examples¶
make_col is_following:(query_end_time() < some_time_col)
Create a column is_following, which is true if the some_time_col column contains a time later than the query end time.
Aliases¶
queryendtime
(deprecated)