Uses of Class
org.apache.hadoop.hive.ql.parse.OpParseContext

Packages that use OpParseContext
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.optimizer.index   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
org.apache.hadoop.hive.ql.ppd   
 

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

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type OpParseContext
 List<String> GroupByOperator.genColLists(HashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx)
           
 

Uses of OpParseContext in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type OpParseContext
 HashMap<Operator<? extends OperatorDesc>,OpParseContext> ColumnPrunerProcCtx.getOpToParseCtxMap()
           
 

Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type OpParseContext
static MapJoinOperator MapJoinProcessor.convertMapJoin(LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap, JoinOperator op, QBJoinTree joinTree, int mapJoinPos, boolean noCheckOuterJoin, boolean validateMapJoinTree)
          convert a regular join to a a map-side join.
static MapJoinOperator MapJoinProcessor.convertSMBJoinToMapJoin(Map<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap, SMBMapJoinOperator smbJoinOp, QBJoinTree joinTree, int bigTablePos, boolean noCheckOuterJoin)
          convert a sortmerge join to a a map-side join.
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type OpParseContext
ColumnPrunerProcCtx(HashMap<Operator<? extends OperatorDesc>,OpParseContext> opToParseContextMap)
           
 

Uses of OpParseContext in org.apache.hadoop.hive.ql.optimizer.index
 

Methods in org.apache.hadoop.hive.ql.optimizer.index that return types with arguments of type OpParseContext
 Map<Operator<? extends OperatorDesc>,OpParseContext> RewriteQueryUsingAggregateIndexCtx.getOpc()
           
 

Uses of OpParseContext in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return OpParseContext
 OpParseContext ParseContext.removeOpParseCtx(Operator<? extends OperatorDesc> op)
          Remove the OpParseContext of a specific operator op
 

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type OpParseContext
 LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> ParseContext.getOpParseCtx()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type OpParseContext
 void ParseContext.updateOpParseCtx(Operator<? extends OperatorDesc> op, OpParseContext newOpParseContext)
          Update the OpParseContext of operator op to newOpParseContext.
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext
 void ParseContext.setOpParseCtx(LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, HashMap<String,Operator<? extends OperatorDesc>> topOps, HashMap<String,Operator<? extends OperatorDesc>> topSelOps, LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtx, Map<JoinOperator,QBJoinTree> joinContext, Map<SMBMapJoinOperator,QBJoinTree> smbMapJoinContext, HashMap<TableScanOperator,Table> topToTable, HashMap<TableScanOperator,Map<String,String>> topToProps, Map<FileSinkOperator,Table> fsopToTable, 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, GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks, Map<TableScanOperator,Map<String,ExprNodeDesc>> opToPartToSkewedPruner, Map<String,ReadEntity> viewAliasToInput, List<ReduceSinkOperator> reduceSinkOperatorsAddedByEnforceBucketingSorting, QueryProperties queryProperties)
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type OpParseContext
 LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> MapWork.getOpParseCtxMap()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type OpParseContext
 void MapWork.setOpParseCtxMap(LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap)
           
 

Uses of OpParseContext in org.apache.hadoop.hive.ql.ppd
 

Methods in org.apache.hadoop.hive.ql.ppd that return OpParseContext
 OpParseContext OpWalkerInfo.put(Operator<? extends OperatorDesc> key, OpParseContext value)
           
 

Methods in org.apache.hadoop.hive.ql.ppd with parameters of type OpParseContext
 OpParseContext OpWalkerInfo.put(Operator<? extends OperatorDesc> key, OpParseContext value)
           
 



Copyright © 2012 The Apache Software Foundation