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

Method abandonPartialAggregationMinRows

bolt/core/QueryConfig.h:828–830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826 uint64_t maxQueryMemory() const {
827 static constexpr uint64_t kDefault = std::numeric_limits<int64_t>::max();
828 return get<uint64_t>(kMaxMemoryPerQuery, kDefault);
829 }
830
831 uint64_t maxPartialAggregationMemoryUsage() const {
832 static constexpr uint64_t kDefault = 1L << 24;
833 return get<uint64_t>(kMaxPartialAggregationMemory, kDefault);

Callers 1

HashAggregationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected