query_end_time
Aliases: queryendtime (deprecated).
query_end_time() -> timestamp
Returns the latest time of the query time window.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
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.
Updated 8 days ago