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 Collection.prototype.aggregate() #37

Open
bsouthga opened this issue Jan 12, 2016 · 2 comments
Open

add Collection.prototype.aggregate() #37

bsouthga opened this issue Jan 12, 2016 · 2 comments

Comments

@bsouthga
Copy link
Contributor

Currently, Tyranid collections don't seem to have an aggregate method, so col.db.aggregate() is necessary.

@dimensia
Copy link
Contributor

What are you looking for col.aggregate() to do that is different from col.db.aggregate()?

@bsouthga
Copy link
Contributor Author

potentially allow inclusion of computed / populated properties, though not sure if the complexity would be too high. Multiple passes of aggregation / moving the logic to javascript might be necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants