org.apache.pig.newplan.logical.optimizer
Class ProjectionPatcher
java.lang.Object
org.apache.pig.newplan.logical.optimizer.ProjectionPatcher
- All Implemented Interfaces:
- PlanTransformListener
public class ProjectionPatcher
- extends Object
- implements PlanTransformListener
A PlanTransformListener that will patch up references in projections.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionPatcher
public ProjectionPatcher()
transformed
public void transformed(OperatorPlan fp,
OperatorPlan tp)
throws FrontendException
- Description copied from interface:
PlanTransformListener
- Notification that a plan has been transformed. The listener is free in
this method to make changes to the annotations on the plan now that it
has been transformed.
- Specified by:
transformed
in interface PlanTransformListener
- Parameters:
fp
- the full plan that has been transformedtp
- a plan containing only the operators that have been transformed
- Throws:
FrontendException
Copyright © 2012 The Apache Software Foundation