|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QBJoinTree | |
---|---|
org.apache.hadoop.hive.ql.parse |
Uses of QBJoinTree in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return QBJoinTree | |
---|---|
QBJoinTree |
QBJoinTree.getJoinSrc()
|
QBJoinTree |
QB.getQbJoinTree()
|
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type QBJoinTree | |
---|---|
Map<JoinOperator,QBJoinTree> |
ParseContext.getJoinContext()
|
Map<MapJoinOperator,QBJoinTree> |
ParseContext.getMapJoinContext()
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type QBJoinTree | |
---|---|
void |
QBJoinTree.mergeRHSSemijoin(QBJoinTree src)
Merge the rhs tables from another join tree. |
void |
QBJoinTree.setJoinSrc(QBJoinTree joinSrc)
|
void |
QB.setQbJoinTree(QBJoinTree qbjoin)
|
Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type QBJoinTree | |
---|---|
void |
ParseContext.setJoinContext(Map<JoinOperator,QBJoinTree> joinContext)
|
void |
ParseContext.setMapJoinContext(Map<MapJoinOperator,QBJoinTree> mapJoinContext)
|
Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type QBJoinTree | |
---|---|
ParseContext(HiveConf conf,
QB qb,
ASTNode ast,
HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner,
HashMap<String,Operator<? extends Serializable>> topOps,
HashMap<String,Operator<? extends Serializable>> topSelOps,
LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx,
Map<JoinOperator,QBJoinTree> joinContext,
HashMap<TableScanOperator,Table> topToTable,
List<LoadTableDesc> loadTableWork,
List<LoadFileDesc> loadFileWork,
Context ctx,
HashMap<String,String> idToTableNameMap,
int destTableId,
UnionProcContext uCtx,
List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer,
Map<GroupByOperator,Set<String>> groupOpToInputTables,
Map<String,PrunedPartitionList> prunedPartitions,
HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |