MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / mergeLocalTables

Method mergeLocalTables

src/processor/result/factorized_table_pool.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void FactorizedTablePool::mergeLocalTables() {
24 std::unique_lock<std::mutex> lck{mtx};
25 for (auto& localTable : localTables) {
26 globalTable->merge(*localTable);
27 }
28}
29
30} // namespace processor
31} // namespace lbug

Callers 2

executeInternalMethod · 0.80

Calls 1

mergeMethod · 0.45

Tested by

no test coverage detected