MCPcopy Create free account
hub / github.com/apache/pig / remove

Method remove

src/org/apache/pig/newplan/OperatorPlan.java:106–106  ·  view source on GitHub ↗

Remove an operator from the plan. @param op Operator to be removed @throws FrontendException if the remove operation attempts to remove an operator that is still connected to other operators.

(Operator op)

Source from the content-addressed store, hash-verified

104 * remove an operator that is still connected to other operators.
105 */
106 public void remove(Operator op) throws FrontendException;
107
108 /**
109 * Connect two operators in the plan, controlling which position in the

Implementers 2

OperatorSubPlansrc/org/apache/pig/newplan/OperatorSub
BaseOperatorPlansrc/org/apache/pig/newplan/BaseOperato

Calls

no outgoing calls