Skip to content

Instantly share code, notes, and snippets.

@neumino
Created July 10, 2014 15:54
Show Gist options
  • Save neumino/556a12b186bf86e77f2a to your computer and use it in GitHub Desktop.
Save neumino/556a12b186bf86e77f2a to your computer and use it in GitHub Desktop.
r.expr([{ v: 1 }, { v: 2 }, { v: 3 }, { v: 4 }]).map(function(doc) {
return [doc('v')]
}).reduce(function(left, right) {
return left.union(right).orderBy(function(element) { return element.mul(-1)}).limit(2)
}).nth(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment