the join operation is an abstraction. you need to provide the implementation, then you can reference it, just like any other operation.
On Saturday, March 24, 2012 4:36:55 PM UTC-4, miles wrote: > > Sure, but you can't use those operations from the DSL - that only > supports the NestedLoopJoinOperation. > > ( > https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl.Dsl/Macros/JoinMacro.cs<https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl.Dsl/Macros/JoinMacro.cs> > ) > > On Sat, Mar 24, 2012 at 8:24 PM, Jason Meckley wrote: > > Patches are always welcome :) however, ETL already includes a join > operation > > ( > > > https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl.Core/Operations/JoinOperation.cs<https://github.com/hibernating-rhinos/rhino-etl/blob/master/Rhino.Etl.Core/Operations/JoinOperation.cs> > ). > > you can perform Inner, Left Outer, Right Outer and Full joins. > > > > On Saturday, March 24, 2012 3:27:26 PM UTC-4, miles wrote: > >> > >> Hi, > >> > >> One of the things missing from the DSL is support for a JoinOperation > >> (it currently only supports the NestedLoop version of the join). > >> > >> I have a patch to address this, is it possible to get it merged in if > >> I submit it? > >> > >> Cheers, > >> > >> Miles > > > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/lDsY59yM85sJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
