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

Method preferredOutputBatchBytes

bolt/core/QueryConfig.h:956–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954 }
955
956 uint64_t preferredOutputBatchBytes() const {
957 static constexpr uint64_t kDefault = 10UL << 20;
958 return get<uint64_t>(kPreferredOutputBatchBytes, kDefault);
959 }
960
961 vector_size_t preferredOutputBatchRows() const {
962 const uint32_t batchRows = get<uint32_t>(kPreferredOutputBatchRows, 1024);

Callers 12

ExchangeMethod · 0.80
MergeMethod · 0.80
getOutputMethod · 0.80
getDistinctOutputMethod · 0.80
ensureOutputFitsMethod · 0.80
outputBatchByteSizeMethod · 0.80
WindowMethod · 0.80
outputBatchRowsMethod · 0.80
getMaxReadBatchSizeMethod · 0.80
ensureOutputFitsMethod · 0.80
HiveDataSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected