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

Method returnLocalTable

src/processor/result/factorized_table_pool.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void FactorizedTablePool::returnLocalTable(FactorizedTable* table) {
19 std::unique_lock<std::mutex> lck{mtx};
20 availableLocalTables.push(table);
21}
22
23void FactorizedTablePool::mergeLocalTables() {
24 std::unique_lock<std::mutex> lck{mtx};

Callers 3

~RJVertexComputeMethod · 0.80

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected