Uses of Class
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.GlobalLimitCtx

Packages that use SemanticAnalyzer.GlobalLimitCtx
org.apache.hadoop.hive.ql.parse   
 

Uses of SemanticAnalyzer.GlobalLimitCtx in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return SemanticAnalyzer.GlobalLimitCtx
 SemanticAnalyzer.GlobalLimitCtx ParseContext.getGlobalLimitCtx()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type SemanticAnalyzer.GlobalLimitCtx
 void ParseContext.setGlobalLimitCtx(SemanticAnalyzer.GlobalLimitCtx globalLimitCtx)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type SemanticAnalyzer.GlobalLimitCtx
ParseContext(HiveConf conf, QB qb, ASTNode ast, HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner, HashMap<TableScanOperator,PrunedPartitionList> opToPartList, 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, SemanticAnalyzer.GlobalLimitCtx globalLimitCtx, HashMap<String,SplitSample> nameToSplitSample, HashSet<ReadEntity> semanticInputs, List<Task<? extends Serializable>> rootTasks)
           
 



Copyright © 2011 The Apache Software Foundation