Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ ~SortBuffer
Method
~SortBuffer
bolt/exec/SortBuffer.cpp:141–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
SortBuffer::~SortBuffer() {
142
pool_->release();
143
}
144
145
void SortBuffer::addInput(const VectorPtr& input) {
146
BOLT_CHECK(!noMoreInput_);
Callers
nothing calls this directly
Calls
1
release
Method · 0.45
Tested by
no test coverage detected