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

Method preferPartialAggregationSpill

bolt/core/QueryConfig.h:840–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838 return get<uint64_t>(kMaxExtendedPartialAggregationMemory, kDefault);
839 }
840
841 int32_t abandonPartialAggregationMinRows() const {
842 return get<int32_t>(kAbandonPartialAggregationMinRows, 100'000);
843 }
844
845 int32_t abandonPartialAggregationMinPct() const {

Callers 1

HashAggregationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected