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 expression push down in Go sentence #865

Closed
darionyaphet opened this issue Aug 29, 2019 · 2 comments
Closed

Support expression push down in Go sentence #865

darionyaphet opened this issue Aug 29, 2019 · 2 comments

Comments

@darionyaphet
Copy link
Contributor

darionyaphet commented Aug 29, 2019

For example :

go from 1 over like 
where $$.player.age >= 30 
YIELD $$.player.name as Player, $$.player.age + 1 As Age

Move $$.player.age + 1 from Query Engine to Storage Engine

@darionyaphet darionyaphet changed the title Support expression in Support expression in Go sentence Aug 29, 2019
@darionyaphet darionyaphet changed the title Support expression in Go sentence Support expression push down in Go sentence Aug 29, 2019
@jude-zhu
Copy link
Contributor

relate to #175

@CPWstatic
Copy link
Contributor

We had feature list to track this already.

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

No branches or pull requests

4 participants