org.apache.pig.newplan.logical.optimizer
Class ProjectionPatcher.ProjectionFinder
java.lang.Object
org.apache.pig.newplan.PlanVisitor
org.apache.pig.newplan.logical.relational.LogicalRelationalNodesVisitor
org.apache.pig.newplan.logical.optimizer.AllExpressionVisitor
org.apache.pig.newplan.logical.optimizer.ProjectionPatcher.ProjectionFinder
- Enclosing class:
- ProjectionPatcher
public static class ProjectionPatcher.ProjectionFinder
- extends AllExpressionVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionPatcher.ProjectionFinder
public ProjectionPatcher.ProjectionFinder(OperatorPlan plan)
throws FrontendException
- Throws:
FrontendException
getVisitor
protected LogicalExpressionVisitor getVisitor(LogicalExpressionPlan expr)
throws FrontendException
- Description copied from class:
AllExpressionVisitor
- Get a new instance of the expression visitor to apply to
a given expression.
- Specified by:
getVisitor
in class AllExpressionVisitor
- Parameters:
expr
- LogicalExpressionPlan that will be visited
- Returns:
- a new LogicalExpressionVisitor for that expression
- Throws:
FrontendException
Copyright © 2012 The Apache Software Foundation