fn clock_timestamp() -> TimestamptzExpand 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.