You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The semantic analysis for nested-calls of non-aggregate functions wit… (#46)
* The semantic analysis for nested-calls of non-aggregate functions with 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>
* semantic analysis rejects illegal aggregation queries; it identifying wrong combinations of aggregation projection and non-aggregation projection
Signed-off-by: gal salomon <gal.salomon@gmail.com>
* marking subtree as runnable; changes to execution flow to support correct execution of nested&complex aggregation queries
Signed-off-by: gal salomon <gal.salomon@gmail.com>
* adding const qualifier to methods/variables; as part of this effort the /reolve_name/ of functions is now done upon semantic 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>
0 commit comments