|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinFn | |
---|---|
org.apache.crunch.lib | |
org.apache.crunch.lib.join |
Uses of JoinFn in org.apache.crunch.lib |
---|
Methods in org.apache.crunch.lib with parameters of type JoinFn | ||
---|---|---|
static
|
Join.join(PTable<K,U> left,
PTable<K,V> right,
JoinFn<K,U,V> joinFn)
|
Uses of JoinFn in org.apache.crunch.lib.join |
---|
Subclasses of JoinFn in org.apache.crunch.lib.join | |
---|---|
class |
FullOuterJoinFn<K,U,V>
Used to perform the last step of an full outer join. |
class |
InnerJoinFn<K,U,V>
Used to perform the last step of an inner join. |
class |
LeftOuterJoinFn<K,U,V>
Used to perform the last step of an left outer join. |
class |
RightOuterJoinFn<K,U,V>
Used to perform the last step of an right outer join. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |