Skip to content

Commit

Permalink
Support aggregate functions.
Browse files Browse the repository at this point in the history
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
petermattis committed Aug 22, 2015
1 parent 54f54b4 commit 208492a
Show file tree
Hide file tree
Showing 7 changed files with 720 additions and 37 deletions.
Loading

0 comments on commit 208492a

Please sign in to comment.