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

Method minOutputBatchRows

bolt/core/QueryConfig.h:973–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971 const uint32_t batchRows = get<uint32_t>(kMaxOutputBatchRows, 10'000);
972 BOLT_USER_CHECK_LE(batchRows, std::numeric_limits<vector_size_t>::max());
973 return batchRows;
974 }
975
976 uint32_t minOutputBatchRows() const {
977 return get<uint32_t>(kMinOutputBatchRows, 1);
978 }

Callers 2

HashAggregationMethod · 0.80
TableScanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected