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

Method adaptiveSkippedDataSizeThreshold

bolt/core/QueryConfig.h:856–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

HashAggregationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected