-
Notifications
You must be signed in to change notification settings - Fork 15
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
Improve :aggregators #88
Labels
enhancement
New feature or request
Comments
{:joins {:artile/liked-by-count [:article/id :favorite/article-id :favorite/user-id :user/id]
;; exaggerated count by 100!!! :D
:aggregate-joins {:article/liked-by-count [:+ 100 [:count*]}} |
aggregate-joins implemented in #94 |
Improvement to be made:
|
myguidingstar
changed the title
a new kind of joins that only count items
a new kind of joins/idents that only count items
May 26, 2018
myguidingstar
changed the title
a new kind of joins/idents that only count items
Improve :aggregators
Jun 1, 2018
myguidingstar
added
documentation
enhancement
New feature or request
and removed
documentation
labels
Nov 21, 2018
will be part of #137 |
implemented except |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or check existence
The text was updated successfully, but these errors were encountered: