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

Method maxMergeExchangeBufferSize

bolt/core/QueryConfig.h:951–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949 }
950
951 uint64_t maxMergeExchangeBufferSize() const {
952 static constexpr uint64_t kDefault = 128UL << 20;
953 return get<uint64_t>(kMaxMergeExchangeBufferSize, kDefault);
954 }
955
956 uint64_t preferredOutputBatchBytes() const {
957 static constexpr uint64_t kDefault = 10UL << 20;

Callers 1

addMergeSourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected