| 854 | bool isHashAggregationCompositeOutputEnabled() const { |
| 855 | return get<bool>(kHashAggregationCompositeOutputEnabled, false); |
| 856 | } |
| 857 | |
| 858 | bool isUniqueRowOptimizationEnabled() const { |
| 859 | return get<bool>(kHashAggregationUniqueRowOpt, false); |
| 860 | } |
| 861 |