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 Computations and Expressions in Filters and Projections #57

Open
akshaisarma opened this issue Sep 26, 2018 · 0 comments
Open
Assignees
Milestone

Comments

@akshaisarma
Copy link
Member

akshaisarma commented Sep 26, 2018

This will let us represent pre-aggregation computations and more easily translate statements like:

SELECT a + 5 
FROM ...

rather than add it as a postAggregation. It will also let us generate new fields before performing operations like COUNT DISTINCT, GROUP BY etc.

@akshaisarma akshaisarma changed the title Support Computations in Projections Support Computations and expressions in Filters and Projections Nov 20, 2018
@akshaisarma akshaisarma changed the title Support Computations and expressions in Filters and Projections Support Computations and Expressions in Filters and Projections Nov 20, 2018
@akshaisarma akshaisarma added this to the 1.0 milestone Nov 26, 2019
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

2 participants