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

Method transform

src/org/apache/pig/newplan/optimizer/Transformer.java:45–45  ·  view source on GitHub ↗

Transform the tree @param matched the sub-set of the plan that matches the pattern. This subset has the same graph as the pattern, but the operators point to the same objects as the plan to be matched. @throws Transformer

(OperatorPlan matched)

Source from the content-addressed store, hash-verified

43 * @throws Transformer
44 */
45 public abstract void transform(OperatorPlan matched) throws FrontendException;
46
47 /**
48 * Report what parts of the tree were transformed. This is so that

Callers 8

optimizeMethod · 0.95
closePlanMethod · 0.95
printMethod · 0.95
closePlanMethod · 0.95
buildBinTupleMethod · 0.45
iteratorMethod · 0.45
iteratorMethod · 0.45
valuesMethod · 0.45

Calls

no outgoing calls

Tested by 1

buildBinTupleMethod · 0.36