Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Sum and average aggregation queries #1097
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
feat: Sum and average aggregation queries #1097
Changes from all commits
ce9413f
cadb0cc
274c606
a87e277
7548e81
aaaff65
02f0f7d
256a4d8
970c0f4
ba7aef8
3a204f5
b403185
8312db7
035df48
6a44483
cfd745e
d74c158
a67b34b
4d58133
e3b2c62
5164596
7db60c1
8868bbb
ff2cd79
e3b6841
6acfb77
530df2c
eea8602
8c4db96
c7de99c
a57c4a8
8ee7061
4f01c43
5be7d69
0ed5509
3b53859
af55599
98afdd6
15840dd
bbff19f
2b66bae
6d882a3
f7a6873
3681c06
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we add some additional testing on Count now that this is optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Added in commit called "Added tests for when an empty alias is provided".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code was taken from
nodejs-datastore/src/request.ts
Lines 290 to 299 in e7c3aaf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any reason why we can't refactor this now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason. It is a choice between having two simpler PRs and one PR that includes both changes. Doing so now is fine though.