| 858 | bool isUniqueRowOptimizationEnabled() const { |
| 859 | return get<bool>(kHashAggregationUniqueRowOpt, false); |
| 860 | } |
| 861 | |
| 862 | int32_t hashAggregationCompositeAccumulatorRatio() const { |
| 863 | return get<int32_t>(kHashAggregationCompositeOutputAccumulatorRatio, 5); |
| 864 | } |
| 865 |