query_start_time

Description

Returns the earliest 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_start_time()

Examples

make_col is_previous:(query_start_time() > some_time_col)

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

Aliases

querystarttime (deprecated)