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   
org.apache.pig.newplan.logical   
 

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
protected  void LogToPhyTranslationVisitor.visit(LOUserFunc func)
           
 

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

Methods in org.apache.pig.impl.logicalLayer that return types with arguments of type LOUserFunc
 Map<LOUserFunc,Pair<LogicalPlan,LogicalOperator>> ScalarFinder.getScalarMap()
           
 

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

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 SchemaRemover.visit(LOUserFunc func)
          Iterate over each expression that is part of the function argument list
protected  void SchemaCalculator.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)
           
 

Uses of LOUserFunc in org.apache.pig.newplan.logical
 

Methods in org.apache.pig.newplan.logical with parameters of type LOUserFunc
 void LogicalExpPlanMigrationVistor.visit(LOUserFunc op)
           
 



Copyright © ${year} The Apache Software Foundation