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

Method replace

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

This method replace the oldOperator with the newOperator, make all connection to the new operator in the place of old operator @param oldOperator operator to be replaced @param newOperator operator to replace @throws FrontendException

(Operator oldOperator, Operator newOperator)

Source from the content-addressed store, hash-verified

171 * @throws FrontendException
172 */
173 public void replace(Operator oldOperator, Operator newOperator) throws FrontendException;
174
175 /**
176 * This method remove a node operatorToRemove. It also Connect all its successors to

Implementers 2

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

Calls

no outgoing calls