Uses of Class
org.apache.pig.impl.logicalLayer.LOUserFunc

Packages that use LOUserFunc
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.optimizer   
org.apache.pig.impl.logicalLayer.validators   
 

Uses of LOUserFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOUserFunc
 void LogToPhyTranslationVisitor.visit(LOUserFunc func)
           
 

Uses of LOUserFunc in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOUserFunc
protected  void LOVisitor.visit(LOUserFunc func)
          Iterate over each expression that is part of the function argument list
protected  void LogicalPlanCloneHelper.visit(LOUserFunc func)
           
 void PlanSetter.visit(LOUserFunc op)
           
protected  void UDFFinder.visit(LOUserFunc udf)
           
 

Uses of LOUserFunc in org.apache.pig.impl.logicalLayer.optimizer
 

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LOUserFunc
protected  void SchemaCalculator.visit(LOUserFunc func)
          Iterate over each expression that is part of the function argument list
protected  void SchemaRemover.visit(LOUserFunc func)
          Iterate over each expression that is part of the function argument list
 

Uses of LOUserFunc in org.apache.pig.impl.logicalLayer.validators
 

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOUserFunc
protected  void TypeCheckingVisitor.visit(LOUserFunc func)
           
 



Copyright © ${year} The Apache Software Foundation