Skip to content

Instantly share code, notes, and snippets.

@mioalter
Last active December 22, 2015 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mioalter/b239472086b63d389d5a to your computer and use it in GitHub Desktop.
Save mioalter/b239472086b63d389d5a to your computer and use it in GitHub Desktop.
SELECT f(a) AS b, SUM(prob) AS prob
FROM distA
GROUP BY f(a);
-- distA is our type Dist[A] reimagined as a table of values with columns a : A, prob : Double.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment