public class MultiQueryOptimizerTez extends TezOpPlanVisitor
mCurrentWalker, mPlan
Constructor and Description |
---|
MultiQueryOptimizerTez(TezOperPlan plan) |
Modifier and Type | Method and Description |
---|---|
static void |
addSubPlanPropertiesToParent(TezOperator parentOper,
TezOperator subPlanOper) |
static void |
removeSplittee(TezOperPlan plan,
TezOperator splitter,
TezOperator splittee) |
void |
visitTezOp(TezOperator tezOp) |
getPlan, popWalker, pushWalker, visit
public MultiQueryOptimizerTez(TezOperPlan plan)
public void visitTezOp(TezOperator tezOp) throws VisitorException
visitTezOp
in class TezOpPlanVisitor
VisitorException
public static void removeSplittee(TezOperPlan plan, TezOperator splitter, TezOperator splittee) throws PlanException
PlanException
public static void addSubPlanPropertiesToParent(TezOperator parentOper, TezOperator subPlanOper)
Copyright © 2007-2012 The Apache Software Foundation