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

The semantic analysis for nested-calls of non-aggregate functions wit… #46

Merged
merged 4 commits into from
Jan 1, 2021

Conversation

galsalomon66
Copy link

…h aggregate function was wrong, this PR fix several issues. first it rejects illegal queries, second it executes correctly these use-cases.

Signed-off-by: gal salomon gal.salomon@gmail.com

…h aggregate function was wrong, this PR fix several issues. first it rejects illegal queries, second it executes correctly these use-cases.

Signed-off-by: gal salomon <gal.salomon@gmail.com>
…wrong combinations of aggregation projection and non-aggregation projection

Signed-off-by: gal salomon <gal.salomon@gmail.com>
…rect execution of nested&complex aggregation queries

Signed-off-by: gal salomon <gal.salomon@gmail.com>
…e /reolve_name/ of functions is now done upon semnatic phase before execution; semantic phase should be more the name-resolving(will be on later phase); [ #42 ]

Signed-off-by: gal salomon <gal.salomon@gmail.com>
@galsalomon66
Copy link
Author

1 closing the gap of executing correctly nested aggregation functions, including semantic analysis to query,
2. c++ conventions; override specifier , const qualifier.
3. adding test for (1)

@galsalomon66 galsalomon66 merged commit 1ea37ae into master Jan 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant