public class ProjectionPatcher extends Object implements PlanTransformListener
Modifier and Type | Class and Description |
---|---|
static class |
ProjectionPatcher.ProjectionFinder |
Constructor and Description |
---|
ProjectionPatcher() |
Modifier and Type | Method and Description |
---|---|
void |
transformed(OperatorPlan fp,
OperatorPlan tp)
Notification that a plan has been transformed.
|
public void transformed(OperatorPlan fp, OperatorPlan tp) throws FrontendException
PlanTransformListener
transformed
in interface PlanTransformListener
fp
- the full plan that has been transformedtp
- a plan containing only the operators that have been transformedFrontendException
Copyright © 2007-2017 The Apache Software Foundation