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

Method finishFile

bolt/exec/Spill.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void SpillState::finishFile(uint32_t partition) {
222 auto* writer = partitionWriter(partition);
223 if (writer == nullptr) {
224 return;
225 }
226 writer->finishFile();
227}
228
229size_t SpillState::numFinishedFiles(uint32_t partition) const {
230 if (!isPartitionSpilled(partition)) {

Callers 6

writeSpillMethod · 0.45
runSpillMethod · 0.45
spillMethod · 0.45
setupSpillStateMethod · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 2

setupSpillStateMethod · 0.36
TEST_PFunction · 0.36