Uses of Class
org.apache.hadoop.hive.ql.plan.joinDesc

Packages that use joinDesc
org.apache.hadoop.hive.ql.exec   
org.apache.hadoop.hive.ql.plan   
 

Uses of joinDesc in org.apache.hadoop.hive.ql.exec
 

Classes in org.apache.hadoop.hive.ql.exec with type parameters of type joinDesc
 class CommonJoinOperator<T extends joinDesc>
          Join operator implementation.
 

Methods in org.apache.hadoop.hive.ql.exec with type parameters of type joinDesc
protected static
<T extends joinDesc>
ObjectInspector
CommonJoinOperator.getJoinOutputObjectInspector(Byte[] order, Map<Byte,List<ObjectInspector>> aliasToObjectInspectors, T conf)
           
 

Uses of joinDesc in org.apache.hadoop.hive.ql.plan
 

Subclasses of joinDesc in org.apache.hadoop.hive.ql.plan
 class mapJoinDesc
          Map Join operator Descriptor implementation.
 



Copyright © 2009 The Apache Software Foundation