Skip to main content

clock_timestamp

Function clock_timestamp 

Source
fn clock_timestamp() -> Timestamptz
Expand description

Returns the wall-clock timestamp at evaluation time.

volatile tells the function registry this result can change across evaluations with the same inputs, so stream planning treats it as an impure expression.