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

Add aggregate functions #11 #24

Merged
merged 7 commits into from
Aug 14, 2019
Merged

Add aggregate functions #11 #24

merged 7 commits into from
Aug 14, 2019

Conversation

HenryRLee
Copy link
Contributor

No description provided.

Add the private method `appendNamespaceToField`
That includes count, max, min, avg, sum, count_distinct, and the
group by method.
To cover the non alias methods
Change the groupBy method from a result method to a non result method,
which will return a Query object like selectFields.

Change the return type of the aggregate method to return a list of
aggregate result.
This was referenced Aug 9, 2019
@HenryRLee
Copy link
Contributor Author

The PR is created for public review.

Related issues: #11 and #15.

@HenryRLee HenryRLee merged commit 15396ee into master Aug 14, 2019
@HenryRLee HenryRLee deleted the aggregate branch October 30, 2019 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant