Skip to main content

Module render

Module render 

Source
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.