org.apache.pig.experimental.logical
Class LogicalPlanMigrationVistor.ForeachInnerPlanVisitor
java.lang.Object
org.apache.pig.impl.plan.PlanVisitor<LogicalOperator,LogicalPlan>
org.apache.pig.impl.logicalLayer.LOVisitor
org.apache.pig.experimental.logical.LogicalPlanMigrationVistor.LogicalExpPlanMigrationVistor
org.apache.pig.experimental.logical.LogicalPlanMigrationVistor.ForeachInnerPlanVisitor
- Enclosing class:
- LogicalPlanMigrationVistor
public class LogicalPlanMigrationVistor.ForeachInnerPlanVisitor
- extends LogicalPlanMigrationVistor.LogicalExpPlanMigrationVistor
Methods inherited from class org.apache.pig.experimental.logical.LogicalPlanMigrationVistor.LogicalExpPlanMigrationVistor |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class org.apache.pig.impl.logicalLayer.LOVisitor |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalPlanMigrationVistor.ForeachInnerPlanVisitor
public LogicalPlanMigrationVistor.ForeachInnerPlanVisitor(LOForEach foreach,
LOForEach oldForeach,
LogicalPlan plan)
visit
public void visit(LOProject project)
throws VisitorException
- Overrides:
visit
in class LogicalPlanMigrationVistor.LogicalExpPlanMigrationVistor
- Throws:
VisitorException
visit
public void visit(LOForEach foreach)
throws VisitorException
- Overrides:
visit
in class LOVisitor
- Parameters:
foreach
- the logical foreach operator that has to be visited
- Throws:
VisitorException
visit
public void visit(LOSort s)
throws VisitorException
- Overrides:
visit
in class LOVisitor
- Parameters:
s
- the logical sort operator that has to be visited
- Throws:
VisitorException
visit
public void visit(LOLimit limOp)
throws VisitorException
- Overrides:
visit
in class LOVisitor
- Throws:
VisitorException
Copyright © ${year} The Apache Software Foundation