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

Method orderBySpillMemoryThreshold

bolt/core/QueryConfig.h:882–885  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880 }
881
882 uint64_t orderBySpillMemoryThreshold() const {
883 static constexpr uint64_t kDefault = 0;
884 return get<uint64_t>(kOrderBySpillMemoryThreshold, kDefault);
885 }
886
887 uint64_t spillLowCompressByteThreshold() const {
888 static constexpr uint64_t kDefault = 4UL << 30;

Callers 2

WindowMethod · 0.80
OrderByMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected