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

Method noMoreInput

bolt/exec/OrderBy.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 // Release the minimum reserved memory.
123 pool()->release();
124}
125
126void OrderBy::noMoreInput() {
127 Operator::noMoreInput();
128 sortBuffer_->noMoreInput();
129 maxOutputRows_ = outputBatchRows(sortBuffer_->estimateOutputRowSize());
130 recordSpillStats();
131}
132

Callers

nothing calls this directly

Calls 1

estimateOutputRowSizeMethod · 0.45

Tested by

no test coverage detected