MCPcopy 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

buildNextPartitionMethod · 0.45
spillMethod · 0.45
finishMethod · 0.45
enqueueMethod · 0.45
closeMethod · 0.45
spillMethod · 0.45
sortSpillMethod · 0.45
shuffleMethod · 0.45
~SortBufferMethod · 0.45
noMoreInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected