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

Method estimateOutputRowSize

bolt/exec/SortBuffer.cpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345std::optional<uint64_t> SortBuffer::estimateOutputRowSize() const {
346 return estimatedOutputRowSize_;
347}
348
349void SortBuffer::ensureInputFits(const VectorPtr& input) {
350 // Check if spilling is enabled or not.

Callers 5

outputBatchRowsMethod · 0.45
getOutputMethod · 0.45
noMoreInputMethod · 0.45
noMoreInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected