|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapJoinOperator | |
---|---|
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.parse |
Uses of MapJoinOperator in org.apache.hadoop.hive.ql.exec |
---|
Constructors in org.apache.hadoop.hive.ql.exec with parameters of type MapJoinOperator | |
---|---|
HashTableSinkOperator(MapJoinOperator mjop)
|
Uses of MapJoinOperator in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that return MapJoinOperator | |
---|---|
static MapJoinOperator |
MapJoinProcessor.convertMapJoin(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtxMap,
JoinOperator op,
QBJoinTree joinTree,
int mapJoinPos,
boolean noCheckOuterJoin)
convert a regular join to a a map-side join. |
MapJoinOperator |
MapJoinProcessor.generateMapJoinOperator(ParseContext pctx,
JoinOperator op,
QBJoinTree joinTree,
int mapJoinPos)
|
Uses of MapJoinOperator in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type MapJoinOperator | |
---|---|
Map<MapJoinOperator,QBJoinTree> |
ParseContext.getMapJoinContext()
|
Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type MapJoinOperator | |
---|---|
void |
ParseContext.setMapJoinContext(Map<MapJoinOperator,QBJoinTree> mapJoinContext)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |