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

Project many fields by selector level (syntax sugar) #2

Open
edmocosta opened this issue Feb 9, 2017 · 0 comments
Open

Project many fields by selector level (syntax sugar) #2

edmocosta opened this issue Feb 9, 2017 · 0 comments

Comments

@edmocosta
Copy link
Owner

edmocosta commented Feb 9, 2017

Add support to project many selectors at the same level:

Example:

select one, root.one, root.two, root.node.one, root.node.two

should be write as

select one, root(two, three, node(one, two))

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