-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAQ: $^,$$ value reversed #5779
Comments
what the source and target mean? |
"src" and "dst" represent the starting point and the ending point of an edge, respectively, while BTW, the term In this example, there may only exist a reverse edge, which is why the source and destination in the results are reversed. |
Great catch! You are seeing the nature difference between Each edge was persisted twice, one together with its starting vertex and one with the ending vertex(the inverse edge), and You could add this
|
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
$^) return metric:f1ee2e6076724c8a9af40680d67ca549 and id($ $) return col:2615
the edge begin from col:2615 to metric:f1ee2e6076724c8a9af40680d67ca549, but the id(
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: