ctes property

Map<String, SelectStmt> ctes
final

Optional WITH name AS (...) CTE bindings.

Implementation

final Map<String, SelectStmt> ctes;