Feature Description (功能描述)
Currently, all vertices output computation results.
But some scenarios do not require all vertices to output computation results.
Such as Single Source Shortest Path algorithm, when targetId = "abc", then just output the computation result with the vertex id abc, no need to output results for other vertices.
Feature Description (功能描述)
Currently, all vertices output computation results.
But some scenarios do not require all vertices to output computation results.
Such as
Single Source Shortest Pathalgorithm, whentargetId = "abc", then just output the computation result with the vertex idabc, no need to output results for other vertices.