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

Packages that use JoinCondDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.plan   
 

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

Fields in org.apache.hadoop.hive.ql.exec declared as JoinCondDesc
protected  JoinCondDesc[] CommonJoinOperator.condn
           
 

Uses of JoinCondDesc in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type JoinCondDesc
static void MapJoinProcessor.checkMapJoin(int mapJoinPos, JoinCondDesc[] condns)
           
 

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

Fields in org.apache.hadoop.hive.ql.plan declared as JoinCondDesc
protected  JoinCondDesc[] JoinDesc.conds
           
 

Methods in org.apache.hadoop.hive.ql.plan that return JoinCondDesc
 JoinCondDesc[] JoinDesc.getConds()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type JoinCondDesc
 List<JoinCondDesc> JoinDesc.getCondsList()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type JoinCondDesc
 void JoinDesc.setConds(JoinCondDesc[] conds)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type JoinCondDesc
JoinDesc(Map<Byte,List<ExprNodeDesc>> exprs, List<String> outputColumnNames, boolean noOuterJoin, JoinCondDesc[] conds)
           
JoinDesc(Map<Byte,List<ExprNodeDesc>> exprs, List<String> outputColumnNames, JoinCondDesc[] conds)
           
MapJoinDesc(Map<Byte,List<ExprNodeDesc>> keys, TableDesc keyTblDesc, Map<Byte,List<ExprNodeDesc>> values, List<TableDesc> valueTblDescs, List<String> outputColumnNames, int posBigTable, JoinCondDesc[] conds)
           
 



Copyright © 2010 The Apache Software Foundation