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

Aggregate functions #63

Merged
merged 4 commits into from
Apr 13, 2020
Merged

Aggregate functions #63

merged 4 commits into from
Apr 13, 2020

Conversation

martin-georgiev
Copy link
Owner

@martin-georgiev martin-georgiev commented Apr 13, 2020

Adds support for:

  • array_agg
  • json_agg
  • json_object_agg
  • jsonb_agg
  • jsonb_object_agg
  • string_agg

@martin-georgiev martin-georgiev linked an issue Apr 13, 2020 that may be closed by this pull request
@martin-georgiev martin-georgiev self-assigned this Apr 13, 2020
@coveralls
Copy link

coveralls commented Apr 13, 2020

Pull Request Test Coverage Report for Build 288

  • 21 of 21 (100.0%) changed or added relevant lines in 6 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 94.663%

Totals Coverage Status
Change from base Build 284: 0.3%
Covered Lines: 337
Relevant Lines: 356

💛 - Coveralls

@martin-georgiev martin-georgiev marked this pull request as ready for review April 13, 2020 21:30
@martin-georgiev martin-georgiev merged commit 840a55f into master Apr 13, 2020
@martin-georgiev martin-georgiev deleted the aggregate-functions branch April 13, 2020 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add aggregate functions
2 participants