org.apache.pig.newplan.logical.visitor
Class UDFFinder
java.lang.Object
org.apache.pig.newplan.PlanVisitor
org.apache.pig.newplan.logical.relational.LogicalRelationalNodesVisitor
org.apache.pig.newplan.logical.visitor.UDFFinder
public class UDFFinder
- extends LogicalRelationalNodesVisitor
Methods inherited from class org.apache.pig.newplan.logical.relational.LogicalRelationalNodesVisitor |
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFFinder
public UDFFinder(OperatorPlan plan)
throws FrontendException
- Throws:
FrontendException
visit
public void visit(LOForEach foreach)
throws FrontendException
- Overrides:
visit
in class LogicalRelationalNodesVisitor
- Throws:
FrontendException
visit
public void visit(LOGenerate generate)
throws FrontendException
- Overrides:
visit
in class LogicalRelationalNodesVisitor
- Throws:
FrontendException
getUDFList
public List<UserFuncExpression> getUDFList()
- Returns:
- true if the plan had any UDFs; false otherwise
Copyright © 2007-2012 The Apache Software Foundation