When writing map and reduce view functions for CouchDB in JavaScript, what are the build-in functions available?
For example, various examples refer to the following 2 functions: emit(key, value) and sum(values). Are there other functions like avg(values) available?
Where can I find a full list of all functions available?