cteMaterialized property
Per-CTE materialization hint. Key = CTE name, value = true for
MATERIALIZED, false for NOT MATERIALIZED. CTEs without an
explicit hint are absent from the map (default = planner's choice).
Implementation
final Map<String, bool> cteMaterialized;