Re: a join function that can be used in a reduce

2013-01-15 Thread JM Ibanez
Hi Andrew, On Tuesday, January 15, 2013 at 10:23 AM, Andrew Xue wrote: Hi -- Building some generic joining functionality on top of cascalog, the clojure package for big data. I have a join function that is defined like this: (defn join [lhs rhs join-ons] ..implementation ...)

a join function that can be used in a reduce

2013-01-14 Thread Andrew Xue
Hi -- Building some generic joining functionality on top of cascalog, the clojure package for big data. I have a join function that is defined like this: (defn join [lhs rhs join-ons] ..implementation ...) lhs and rhs are subqueries. the join returns then another query that is a join of the