-
Notifications
You must be signed in to change notification settings - Fork 53
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: Add aggregate offset support #778
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #778 +/- ##
===========================================
+ Coverage 58.60% 58.72% +0.11%
===========================================
Files 152 153 +1
Lines 17056 17120 +64
===========================================
+ Hits 9995 10053 +58
- Misses 6125 6129 +4
- Partials 936 938 +2
|
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.
LGTM!
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.
Thanks for all the testing effort! LGTM
Docs need to be treated differently else they will be offsetted twice (applied on select, then again here).
7efd97b
to
b46aab7
Compare
* Use const over string for offset * Add enumerable skip support * Add offset support for inline array count * Add offset support for inline array numeric aggs * Add offset support for relation counts Docs need to be treated differently else they will be offsetted twice (applied on select, then again here). * Add offset support for relation numeric aggs
Relevant issue(s)
Resolves #379
Description
Adds offset support for aggregates. Also introduces a new enumerable type.
Specify the platform(s) on which this was tested: