You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

UUID()

Returns a Universal Unique Identifier (UUID).

Eval(String)

Evaluates arbitrary expressions.

Eval Example
SELECT eval("2+3") FROM stream
=> 5

Sleep(Integer)

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

  • No labels