Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ release
Method
release
bolt/exec/LocalPartition.cpp:579–581 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
577
parent_->addRef();
578
}
579
void release() const {
580
parent_->release();
581
}
582
583
private:
584
Buffer* parent_;
Callers
15
buildNextPartition
Method · 0.45
spill
Method · 0.45
finish
Method · 0.45
enqueue
Method · 0.45
enqueueBroadcastOutputLocked
Method · 0.45
close
Method · 0.45
spill
Method · 0.45
sortSpill
Method · 0.45
shuffle
Method · 0.45
~SortBuffer
Method · 0.45
noMoreInput
Method · 0.45
maybeIncreasePartialAggregationMemoryUsage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected