Package org.pipecraft.pipes.sync.inter.join
-
Class Summary Class Description HashJoinPipe<K,L,R> A pipe performing a join operation between a 'left' pipe of type L, and a list of 'right' pipes of type R.JoinRecord<K,L,R> An item returned by theSortedJoinPipe.LookupJoinPipe<K,L,R> A pipe performing a join operation between a 'left' pipe of type L, and a list of 'right' pipes of type R.SortedJoinPipe<K,L,R> A pipe performing a join operation between a 'left' pipe of type L, and a list of 'right' pipes of type R. -
Enum Summary Enum Description JoinMode The different join modes supported by join pipes In LEFT mode, all keys from the left pipe (and only them) will be included in the results.