incubator-hugegraph-computer
incubator-hugegraph-computer copied to clipboard
[Feature] output custom write
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.