Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: add GROUP BY support. Closes #52. #86

Merged
merged 1 commit into from
Dec 23, 2016
Merged

Conversation

smola
Copy link
Contributor

@smola smola commented Dec 23, 2016

  • sql: add AggregationExpression interface.
  • sql: add function registry to Catalog.
  • sql/expression: add Count and First implementations.
  • sql/plan: add GroupBy node.

@smola smola added the feature label Dec 23, 2016
@codecov-io
Copy link

codecov-io commented Dec 23, 2016

Current coverage is 60.18% (diff: 68.58%)

Merging #86 into master will increase coverage by 3.15%

@@             master        #86   diff @@
==========================================
  Files            34         36     +2   
  Lines          1329       1600   +271   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            758        963   +205   
- Misses          525        578    +53   
- Partials         46         59    +13   

Powered by Codecov. Last update a2cbdbc...c0f096d

* sql: add AggregationExpression interface.
* sql: add function registry to Catalog.
* sql/expression: add Count and First implementations.
* sql/plan: add GroupBy node.
@smola smola merged commit 14cd44c into src-d:master Dec 23, 2016
@smola smola deleted the group-by branch December 23, 2016 15:12
dpordomingo pushed a commit to dpordomingo/gitbase that referenced this pull request Mar 10, 2017
* sql: add AggregationExpression interface.
* sql: add function registry to Catalog.
* sql/expression: add Count and First implementations.
* sql/plan: add GroupBy node.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants