cteMaterialized property

Map<String, bool> cteMaterialized
final

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;