| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Should the 0 hop path be returned? BFS would return that 0 hop path |
Sorry, something went wrong.
What is zer-hop path between two nodes? Is it a self-loop in the case both source and target are the same? Does it make any sense? |
Sorry, something went wrong.
|
yes the 0 hop path is the self loop. maybe it is a 1-hop case... |
Sorry, something went wrong.
And to get it user must specify srcExpression === dstExpression that would be strange. I do not see any reasons to support it tbh. For cycles detection we have a standalone algorithm. I do not see this API as an API for detecting cycles. |
Sorry, something went wrong.
|
I see so since we dont support cycles we dont support loops. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What changes were proposed in this pull request?
A simple wrapper over AggregateNeighbors for enumerating all paths between two nodes.
Why are the changes needed?
Close #200
P.S. PySpark + Docs after pre-approve of the API