Skip to content

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

Merged
galsalomon66 merged 4 commits intomasterfrom
aggregate_functions_nested_calls
Jan 1, 2021
Merged

The semantic analysis for nested-calls of non-aggregate functions wit…#46
galsalomon66 merged 4 commits intomasterfrom
aggregate_functions_nested_calls

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

Development

Successfully merging this pull request may close these issues.

1 participant