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

JS view compiler missing "sum()" function #75

Closed
snej opened this issue Jul 17, 2013 · 1 comment
Closed

JS view compiler missing "sum()" function #75

snej opened this issue Jul 17, 2013 · 1 comment
Assignees
Milestone

Comments

@snej
Copy link
Contributor

snej commented Jul 17, 2013

In CouchDB reduce (and map?) functions, there's a special sum() function available that adds up the numeric values of all arguments. This isn't built-in JS so we need to provide an implementation in the JS context that the map/reduce calls run in.

@ghost ghost assigned jchris Aug 1, 2013
@snej
Copy link
Contributor Author

snej commented Feb 3, 2014

This is covered as part of #76.

@snej snej closed this as completed Feb 3, 2014
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