twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.5k stars 708 forks source link

Consider adding a Sum node to the grouped and cogrouped AST #1743

Open johnynek opened 7 years ago

johnynek commented 7 years ago

Sums are very common in scalding, but we hide them inside generic functions. By keeping them in the AST, we can write optimization rules and smarter translations, especially when we join a summed values.