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

Method runFTSEdgeCompute

src/function/gds/gds_utils.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void GDSUtils::runFTSEdgeCompute(ExecutionContext* context, GDSComputeState& compState,
100 Graph* graph, ExtendDirection extendDirection,
101 const std::vector<std::string>& propertiesToScan) {
102 compState.frontierPair->beginNewIteration();
103 runOneIteration(context, graph, extendDirection, compState, propertiesToScan);
104}
105
106void GDSUtils::runRecursiveJoinEdgeCompute(ExecutionContext* context, GDSComputeState& compState,
107 Graph* graph, ExtendDirection extendDirection, uint64_t maxIteration,

Callers

nothing calls this directly

Calls 2

runOneIterationFunction · 0.85
beginNewIterationMethod · 0.80

Tested by

no test coverage detected