Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added planner.groupBy which analyzes looks for any aggregate functions in the select targets. If an aggregate function is found, we check to make sure the select targets are valid and then rewrite the scanNode so that it outputs the argument expressions for the aggregates. Fixes #2043.
- Loading branch information