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

Implement the DerefDescendantExpr #25

Open
JohannesLichtenberger opened this issue Jan 29, 2022 · 1 comment
Open

Implement the DerefDescendantExpr #25

JohannesLichtenberger opened this issue Jan 29, 2022 · 1 comment

Comments

@JohannesLichtenberger
Copy link
Member

JohannesLichtenberger commented Jan 29, 2022

Implementation of the DerefDescendantExpr currently is a copy of an old version of the DerefExpr, which drilled down into arrays and lookups the right operand for the objects in this array. Now the semantics for ->>foobar should be that it drills down into objects as well and to find values of objects, which have a foobar field in a predorder traversal.

@JohannesLichtenberger
Copy link
Member Author

Result should be sequence of items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant