Skip to content

Instantly share code, notes, and snippets.

@heynemann
Created May 15, 2009 03:12
Show Gist options
  • Save heynemann/112042 to your computer and use it in GitHub Desktop.
Save heynemann/112042 to your computer and use it in GitHub Desktop.
From(collection)
.select("name","age","sex","salary","salary + bonus")
# This query returns the evaluated return of salary + bonus
# as dynamic_4. This is really useful to perform calculations
# on the fly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment