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

Packages that use JoinDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
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, List<ObjectInspector>[] aliasToObjectInspectors, T conf)
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type JoinDesc
static RowContainer<List<Object>> JoinUtil.getRowContainer(Configuration hconf, List<ObjectInspector> structFieldObjectInspectors, Byte alias, int containerSize, TableDesc[] spillTableDesc, JoinDesc conf, boolean noFilter, Reporter reporter)
           
static SerDe JoinUtil.getSpillSerDe(byte alias, TableDesc[] spillTableDesc, JoinDesc conf, boolean noFilter)
           
static TableDesc JoinUtil.getSpillTableDesc(Byte alias, TableDesc[] spillTableDesc, JoinDesc conf, boolean noFilter)
           
static TableDesc[] JoinUtil.initSpillTables(JoinDesc conf, boolean noFilter)
           
 

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

Subclasses of JoinDesc in org.apache.hadoop.hive.ql.plan
 class HashTableSinkDesc
          Map Join operator Descriptor implementation.
 class MapJoinDesc
          Map Join operator Descriptor implementation.
 class SMBJoinDesc
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type JoinDesc
JoinDesc(JoinDesc clone)
           
 



Copyright © 2012 The Apache Software Foundation