ctes property

Map<String, SelectStmt> ctes
final

Optional WITH name AS (...) CTE bindings. Visible to this SELECT and any subqueries it nests.

Implementation

final Map<String, SelectStmt> ctes;