Skip to content

Instantly share code, notes, and snippets.

@rightfold
Created August 20, 2014 08:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightfold/34ae11a759900737ed67 to your computer and use it in GitHub Desktop.
Save rightfold/34ae11a759900737ed67 to your computer and use it in GitHub Desktop.
def sum(*args, **kwargs):
return func.coalesce(func.sum(*args, **kwargs), 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment