ctes property
Optional WITH name AS (...) CTE bindings. Visible to this SELECT and
any subqueries it nests.
Implementation
final Map<String, SelectStmt> ctes;
Optional WITH name AS (...) CTE bindings. Visible to this SELECT and
any subqueries it nests.
final Map<String, SelectStmt> ctes;