forked from galsalomon66/s3select
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> * semantic analysis rejects illegal aggregation queries; it identifying wrong combinations of aggregation projection and non-aggregation projection Signed-off-by: gal salomon <[email protected]> * marking subtree as runnable; changes to execution flow to support correct execution of nested&complex aggregation queries Signed-off-by: gal salomon <[email protected]> * 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 <[email protected]>
- Loading branch information
1 parent
d723f3f
commit 1ea37ae
Showing
4 changed files
with
335 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.