Uses of Class
org.apache.hadoop.hive.ql.exec.TableScanOperator

Packages that use TableScanOperator
org.apache.hadoop.hive.ql.optimizer.ppr   
org.apache.hadoop.hive.ql.parse   
 

Uses of TableScanOperator in org.apache.hadoop.hive.ql.optimizer.ppr
 

Methods in org.apache.hadoop.hive.ql.optimizer.ppr that return types with arguments of type TableScanOperator
 HashMap<TableScanOperator,exprNodeDesc> OpWalkerCtx.getOpToPartPruner()
           
 

Constructor parameters in org.apache.hadoop.hive.ql.optimizer.ppr with type arguments of type TableScanOperator
OpWalkerCtx(HashMap<TableScanOperator,exprNodeDesc> opToPartPruner)
          Constructor
 

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

Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type TableScanOperator
 HashMap<TableScanOperator,exprNodeDesc> ParseContext.getOpToPartPruner()
           
 HashMap<TableScanOperator,Table> ParseContext.getTopToTable()
           
 

Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type TableScanOperator
 void ParseContext.setOpToPartPruner(HashMap<TableScanOperator,exprNodeDesc> opToPartPruner)
           
 void ParseContext.setTopToTable(HashMap<TableScanOperator,Table> topToTable)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type TableScanOperator
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<String,ASTPartitionPruner> aliasToPruner, HashMap<TableScanOperator,exprNodeDesc> opToPartPruner, HashMap<String,SamplePruner> aliasToSamplePruner, 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<MapJoinOperator> listMapJoinOpsNoReducer)
           
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<String,ASTPartitionPruner> aliasToPruner, HashMap<TableScanOperator,exprNodeDesc> opToPartPruner, HashMap<String,SamplePruner> aliasToSamplePruner, 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<MapJoinOperator> listMapJoinOpsNoReducer)
           
 



Copyright © 2009 The Apache Software Foundation