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

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

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

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

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

Fields in org.apache.hadoop.hive.ql.plan declared as joinCond
protected  joinCond[] joinDesc.conds
           
 

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

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

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

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type joinCond
joinDesc(Map<Byte,List<exprNodeDesc>> exprs, ArrayList<String> outputColumnNames, boolean noOuterJoin, joinCond[] conds)
           
joinDesc(Map<Byte,List<exprNodeDesc>> exprs, ArrayList<String> outputColumnNames, joinCond[] conds)
           
mapJoinDesc(Map<Byte,List<exprNodeDesc>> keys, tableDesc keyTblDesc, Map<Byte,List<exprNodeDesc>> values, List<tableDesc> valueTblDescs, ArrayList<String> outputColumnNames, int posBigTable, joinCond[] conds)
           
 



Copyright © 2009 The Apache Software Foundation