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

Method accept

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

Accept a visitor at this node in the graph. @param v Visitor to accept. @throws FrontendException

(PlanVisitor v)

Source from the content-addressed store, hash-verified

45 * @throws FrontendException
46 */
47 public abstract void accept(PlanVisitor v) throws FrontendException;
48
49 public String getName() {
50 return name;

Callers 6

buildPlanMethod · 0.95
walkMethod · 0.45
walkMethod · 0.45
walkMethod · 0.45
walkMethod · 0.45
depthFirstMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected