Skip to content

Instantly share code, notes, and snippets.

@neumino
Created February 3, 2014 18:44
Show Gist options
  • Save neumino/8789766 to your computer and use it in GitHub Desktop.
Save neumino/8789766 to your computer and use it in GitHub Desktop.
IRC - richcorbs - 2014/02/03
r.table('stuff').filter({'this_field' => 'this value'}).grouped_map_reduce(
lambda {|doc| doc[:this_other_field]} },
lambda {|doc| [doc] },
lambda {|left, right| left+right}
).run(conn)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment