Skip to content
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

go...reversely, "$$" returns the src of the edge while edgetype._dst returns the dst of the edge #1600

Closed
jude-zhu opened this issue Jan 7, 2020 · 1 comment
Labels
good first issue Community: perfect as the first pull request

Comments

@jude-zhu
Copy link
Contributor

jude-zhu commented Jan 7, 2020

the topology of the data is:

202 -follow-> 200 -follow-> 201
> go from 200 over follow reversely yield $$.student.name
===================
| $$.student.name |
===================
| 202             |
-------------------

go from 200 over follow reversely yield follow._src
===============
| follow._src |
===============
| 202         |
---------------

go from 200 over follow reversely yield follow._dst
===============
| follow._dst |
===============
| 200         |
---------------

$$ refers to the target of the edge, however, $$.student.name gets the same result as follow._srcinstead offollow._dst`.

@jude-zhu jude-zhu added the good first issue Community: perfect as the first pull request label Jan 14, 2020
@tong-hao
Copy link
Contributor

@jude-zhu Assign to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Community: perfect as the first pull request
Projects
None yet
Development

No branches or pull requests

2 participants