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[] JoinOperator.condn
           
 

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

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,ArrayList<exprNodeDesc>> exprs, boolean noOuterJoin, joinCond[] conds)
           
joinDesc(Map<Byte,ArrayList<exprNodeDesc>> exprs, joinCond[] conds)
           
 



Copyright © 2009 The Apache Software Foundation