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

Packages that use UnionOperator
org.apache.hadoop.hive.ql.optimizer   
org.apache.hadoop.hive.ql.optimizer.unionproc   
org.apache.hadoop.hive.ql.parse   
org.apache.hadoop.hive.ql.plan   
 

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

Methods in org.apache.hadoop.hive.ql.optimizer that return UnionOperator
 UnionOperator GenMRProcContext.getCurrUnionOp()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type UnionOperator
 GenMRProcContext.GenMRUnionCtx GenMRProcContext.getUnionTask(UnionOperator op)
           
static void GenMapRedUtils.initUnionPlan(GenMRProcContext opProcCtx, UnionOperator currUnionOp, Task<? extends Serializable> currTask, boolean local)
           
static void GenMapRedUtils.initUnionPlan(ReduceSinkOperator op, UnionOperator currUnionOp, GenMRProcContext opProcCtx, Task<? extends Serializable> unionTask)
          Initialize the current union plan.
static void GenMapRedUtils.joinUnionPlan(GenMRProcContext opProcCtx, UnionOperator currUnionOp, Task<? extends Serializable> currentUnionTask, Task<? extends Serializable> existingTask, boolean local)
           
 void GenMRProcContext.setCurrUnionOp(UnionOperator currUnionOp)
           
 void GenMRProcContext.setUnionTask(UnionOperator op, GenMRProcContext.GenMRUnionCtx uTask)
           
 

Uses of UnionOperator in org.apache.hadoop.hive.ql.optimizer.unionproc
 

Methods in org.apache.hadoop.hive.ql.optimizer.unionproc with parameters of type UnionOperator
static int UnionProcFactory.getPositionParent(UnionOperator union, Stack<Node> stack)
           
 UnionProcContext.UnionParseContext UnionProcContext.getUnionParseContext(UnionOperator u)
           
 void UnionProcContext.setUnionParseContext(UnionOperator u, UnionProcContext.UnionParseContext uCtx)
           
 

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

Fields in org.apache.hadoop.hive.ql.parse with type parameters of type UnionOperator
 List<UnionOperator> GenTezProcContext.currentUnionOperators
           
 

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

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type UnionOperator
 Set<UnionOperator> UnionWork.getUnionOperators()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type UnionOperator
 void UnionWork.addUnionOperators(Collection<UnionOperator> unions)
           
 



Copyright © 2014 The Apache Software Foundation. All rights reserved.