MCPcopy Create free account
hub / github.com/bytedance/bolt / partialAggregationSpillMaxPct

Method partialAggregationSpillMaxPct

bolt/core/QueryConfig.h:860–862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

HashAggregationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected