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

Method joinSpillMemoryThreshold

bolt/core/QueryConfig.h:877–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875 }
876
877 uint64_t joinSpillMemoryThreshold() const {
878 static constexpr uint64_t kDefault = 0;
879 return get<uint64_t>(kJoinSpillMemoryThreshold, kDefault);
880 }
881
882 uint64_t orderBySpillMemoryThreshold() const {
883 static constexpr uint64_t kDefault = 0;

Callers 1

HashBuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected