Thank you for the pointers ! Will take a look On Fri, Feb 22, 2019 at 5:39 PM Walaa Eldin Moustafa <[email protected]> wrote:
> Also, since you are particularly interested in applying filters from > one table on another, that is actually a nested loops join rather than > a filter. Linq4j implementation has examples of nested loops join in > the CorrelateJoinTest class. > > Thanks, > Walaa. >
