org.apache.pig.impl.logicalLayer
Class LogicalPlanCloner
java.lang.Object
org.apache.pig.impl.logicalLayer.LogicalPlanCloner
public class LogicalPlanCloner
- extends Object
LogicalPlanCloner provides the only mechanism of cloning a logical plan and hence the
the logical operators in the plan.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogicalPlanCloner
public LogicalPlanCloner(LogicalPlan plan)
- Parameters:
plan
- logical plan to be cloned
getClonedPlan
public LogicalPlan getClonedPlan()
throws CloneNotSupportedException
- Throws:
CloneNotSupportedException
Copyright © ${year} The Apache Software Foundation