Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
void Merge::close() {
297
recordMergeStats();
298
for (auto& source : sources_) {
299
source->close();
300
}
301
Operator::close();
302
}
303
304
void Merge::recordMergeStats() {
305
auto lockedStats = stats_.wlock();
Callers
15
saveVectorToFile
Function · 0.45
saveStringToFile
Function · 0.45
restoreVectorFromFile
Function · 0.45
restoreStringFromFile
Function · 0.45
saveStdVectorToFile
Function · 0.45
restoreStdVectorFromFile
Function · 0.45
takeRoundTrip
Method · 0.45
testTypeRoundTrip
Method · 0.45
TEST_F
Function · 0.45
terminate
Method · 0.45
finish
Method · 0.45
write
Method · 0.45
Calls
no outgoing calls
Tested by
7
takeRoundTrip
Method · 0.36
testTypeRoundTrip
Method · 0.36
TEST_F
Function · 0.36
writeToFile
Function · 0.36
restoreVector
Method · 0.36
readSqlFromFile
Method · 0.36
TEST_F
Function · 0.36