|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
static HashSet<Integer> |
MapJoinProcessor.getSmallTableOnlySet(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
|
protected JoinCondDesc[] |
HashTableSinkDesc.conds
|
Methods in org.apache.hadoop.hive.ql.plan that return JoinCondDesc | |
---|---|
JoinCondDesc[] |
JoinDesc.getConds()
|
JoinCondDesc[] |
HashTableSinkDesc.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)
|
void |
HashTableSinkDesc.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,
boolean noOuterJoin,
JoinCondDesc[] conds,
Map<Byte,List<ExprNodeDesc>> filters)
|
|
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<TableDesc> valueFilteredTblDescs,
List<String> outputColumnNames,
int posBigTable,
JoinCondDesc[] conds,
Map<Byte,List<ExprNodeDesc>> filters,
boolean noOuterJoin)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |