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

Packages that use QB
org.apache.hadoop.hive.ql.parse   
 

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

Methods in org.apache.hadoop.hive.ql.parse that return QB
 QB QBExpr.getQB()
           
 QB ParseContext.getQB()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type QB
 void SemanticAnalyzer.doPhase1(ASTNode ast, QB qb, org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.Phase1Ctx ctx_1)
          Phase 1: (including, but not limited to): 1.
 Operator SemanticAnalyzer.genPlan(QB qb)
           
 void SemanticAnalyzer.getMetaData(QB qb)
           
 void QBExpr.setQB(QB qb)
           
 void ParseContext.setQB(QB qb)
           
 

Constructors in org.apache.hadoop.hive.ql.parse with parameters of type QB
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)
           
QBExpr(QB qb)
           
 



Copyright © 2011 The Apache Software Foundation