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

Support to fetch properties of each elements in path in GOpt #3940

Closed
BingqingLyu opened this issue Jun 17, 2024 · 0 comments · Fixed by #3941
Closed

Support to fetch properties of each elements in path in GOpt #3940

BingqingLyu opened this issue Jun 17, 2024 · 0 comments · Fixed by #3941
Assignees

Comments

@BingqingLyu
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

As titled. In the new GOpt-based GIE, we need to support projecting properties of each elements in path in GOpt. e.g.,

 g.V().both("1..3","knows").with('RESULT_OPT', 'ALL_V').values("id")
 g.V().both("1..3","knows").with('RESULT_OPT', 'ALL_V_E').values("id") // in which, "id" should exisit in both vertex's and edge's property schema
 g.V().both("1..3","knows").with('RESULT_OPT', 'ALL_V').valueMap("id")
 g.V().both("1..3","knows").with('RESULT_OPT', 'ALL_V_E').valueMap("id")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants