Expand description
Stable SQL rendering for compiler-owned statement trees.
Functions§
- expression_
sql - Render one compiler-owned scalar expression without consulting runtime state.
- legacy_
vector_ expression - Render an expression retaining the vector’s kind, dimensions and bounds. SQL array functions can produce dimensionless results whose text output function rejects them.
- statement_
sql - Render one executable statement represented by UQA’s durable SQL AST.