| 97 | } |
| 98 | |
| 99 | void 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 | |
| 106 | void GDSUtils::runRecursiveJoinEdgeCompute(ExecutionContext* context, GDSComputeState& compState, |
| 107 | Graph* graph, ExtendDirection extendDirection, uint64_t maxIteration, |
nothing calls this directly
no test coverage detected