This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.lib.join.JoinFn (Apache Crunch 0.3.0-incubating API)

Uses of Class
org.apache.crunch.lib.join.JoinFn

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
<K,U,V> PTable<K,Pair<U,V>>
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.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.