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

Method maxExchangeBufferSize

bolt/core/QueryConfig.h:946–949  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944 static constexpr uint64_t kDefault = 12UL << 20;
945 return get<uint64_t>(kMaxSpillRunRows, kDefault);
946 }
947
948 uint64_t maxSpillBytes() const;
949
950 /// Returns the maximum number of bytes to buffer in PartitionedOutput
951 /// operator to avoid creating tiny SerializedPages.
952 ///

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected