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

Method beginNewIteration

src/function/gds/gds_frontier.cpp:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void FrontierPair::beginNewIteration() {
215 std::unique_lock<std::mutex> lck{mtx};
216 curIter++;
217 hasActiveNodesForNextIter_.store(false);
218 beginNewIterationInternalNoLock();
219}
220
221void FrontierPair::beginFrontierComputeBetweenTables(table_id_t curTableID,
222 table_id_t nextTableID) {

Callers 3

runFTSEdgeComputeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected