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

Method preferredOutputBatchRows

bolt/core/QueryConfig.h:961–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959
960 uint64_t maxMergeExchangeBufferSize() const {
961 static constexpr uint64_t kDefault = 128UL << 20;
962 return get<uint64_t>(kMaxMergeExchangeBufferSize, kDefault);
963 }
964
965 uint64_t preferredOutputBatchBytes() const {
966 static constexpr uint64_t kDefault = 10UL << 20;
967 return get<uint64_t>(kPreferredOutputBatchBytes, kDefault);
968 }

Callers 2

TableScanMethod · 0.80
outputBatchRowsMethod · 0.80

Calls 1

maxFunction · 0.50

Tested by

no test coverage detected