public class SchemaPatcher extends Object implements PlanTransformListener
Constructor and Description |
---|
SchemaPatcher() |
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