Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

UUID()

Returns a Universal Unique Identifier (UUID).

Eval(String)

Evaluates arbitrary expressions.

Code Block
languagesql
titleEval Example
SELECT eval("2+3") FROM stream
=> 5

Sleep(

...

Number)

Causes the currently executing operator to sleep for the specified number of milliseconds.

Table of Contents