query_start_time

query_start_time() -> timestamp

Returns the earliest time of the query time window.

Domain

This is a scalar function (calculates a single output value for a single input row).

Categories

Examples

Create a column is_previous, which is true if the some_time_col column contains a time earlier than the query start time.