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

Method close

bolt/exec/Merge.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void Merge::close() {
297 recordMergeStats();
298 for (auto& source : sources_) {
299 source->close();
300 }
301 Operator::close();
302}
303
304void Merge::recordMergeStats() {
305 auto lockedStats = stats_.wlock();

Callers 15

saveVectorToFileFunction · 0.45
saveStringToFileFunction · 0.45
restoreVectorFromFileFunction · 0.45
restoreStringFromFileFunction · 0.45
saveStdVectorToFileFunction · 0.45
restoreStdVectorFromFileFunction · 0.45
takeRoundTripMethod · 0.45
testTypeRoundTripMethod · 0.45
TEST_FFunction · 0.45
terminateMethod · 0.45
finishMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 7

takeRoundTripMethod · 0.36
testTypeRoundTripMethod · 0.36
TEST_FFunction · 0.36
writeToFileFunction · 0.36
restoreVectorMethod · 0.36
readSqlFromFileMethod · 0.36
TEST_FFunction · 0.36