public class SecondaryKeyOptimizer extends MROpPlanVisitor
mCurrentWalker, mPlan
Constructor and Description |
---|
SecondaryKeyOptimizer(MROperPlan plan) |
Modifier and Type | Method and Description |
---|---|
int |
getDistinctChanged() |
int |
getNumMRUseSecondaryKey() |
int |
getNumSortRemoved() |
void |
visitMROp(MapReduceOper mr) |
getPlan, popWalker, pushWalker, visit
public SecondaryKeyOptimizer(MROperPlan plan)
plan
- The MROperPlan to visit to discover keyTypepublic void visitMROp(MapReduceOper mr) throws VisitorException
visitMROp
in class MROpPlanVisitor
VisitorException
public int getNumMRUseSecondaryKey()
public int getNumSortRemoved()
public int getDistinctChanged()
Copyright © 2007-2017 The Apache Software Foundation