org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
Class UDFFinder
java.lang.Object
org.apache.pig.impl.plan.PlanVisitor<PhysicalOperator,PhysicalPlan>
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhyPlanVisitor
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans.UDFFinder
public class UDFFinder
- extends PhyPlanVisitor
Methods inherited from class org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans.PhyPlanVisitor |
visitAdd, visitAnd, visitBinCond, visitCollectedGroup, visitConstant, visitCounter, visitCross, visitDemux, visitDistinct, visitDivide, visitEqualTo, visitFilter, visitFRJoin, visitGlobalRearrange, visitGreaterThan, visitGTOrEqual, visitIsNull, visitLessThan, visitLimit, visitLoad, visitLocalRearrange, visitLTOrEqual, visitMapLookUp, visitMergeCoGroup, visitMergeJoin, visitMod, visitMultiply, visitNative, visitNegative, visitNot, visitNotEqualTo, visitOr, visitPackage, visitPartialAgg, visitPartitionRearrange, visitPOForEach, visitPOOptimizedForEach, visitPreCombinerLocalRearrange, visitProject, visitRank, visitRegexp, visitSkewedJoin, visitSplit, visitStore, visitStream, visitSubtract, visitUnion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFFinder
public UDFFinder()
UDFFinder
public UDFFinder(PhysicalPlan plan,
PlanWalker<PhysicalOperator,PhysicalPlan> walker)
getUDFs
public List<String> getUDFs()
setPlan
public void setPlan(PhysicalPlan plan)
visitSort
public void visitSort(POSort op)
throws VisitorException
- Overrides:
visitSort
in class PhyPlanVisitor
- Throws:
VisitorException
visitUserFunc
public void visitUserFunc(POUserFunc userFunc)
throws VisitorException
- Overrides:
visitUserFunc
in class PhyPlanVisitor
- Throws:
VisitorException
visitComparisonFunc
public void visitComparisonFunc(POUserComparisonFunc compFunc)
throws VisitorException
- Overrides:
visitComparisonFunc
in class PhyPlanVisitor
- Throws:
VisitorException
visitCast
public void visitCast(POCast op)
- Overrides:
visitCast
in class PhyPlanVisitor
Copyright © 2007-2012 The Apache Software Foundation