|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupByOperator | |
---|---|
org.apache.hadoop.hive.ql.parse |
Uses of GroupByOperator in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type GroupByOperator | |
---|---|
Map<GroupByOperator,Set<String>> |
ParseContext.getGroupOpToInputTables()
|
Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type GroupByOperator | |
---|---|
void |
ParseContext.setGroupOpToInputTables(Map<GroupByOperator,Set<String>> groupOpToInputTables)
|
Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type GroupByOperator | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |