Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc

Packages that use POUserFunc
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans   
org.apache.pig.pen   
 

Uses of POUserFunc in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POUserFunc
 void PhyPlanSetter.visitUserFunc(POUserFunc userFunc)
           
 void UDFFinishVisitor.visitUserFunc(POUserFunc userFunc)
           
 

Uses of POUserFunc in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with parameters of type POUserFunc
 void UDFFinder.visitUserFunc(POUserFunc userFunc)
           
 void ScalarPhyFinder.visitUserFunc(POUserFunc userFunc)
           
 

Uses of POUserFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators that return POUserFunc
 POUserFunc POUserFunc.clone()
           
 

Uses of POUserFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POUserFunc
 void PhyPlanVisitor.visitUserFunc(POUserFunc userFunc)
           
 

Uses of POUserFunc in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type POUserFunc
 void IllustratorAttacher.visitUserFunc(POUserFunc userFunc)
           
 



Copyright © ${year} The Apache Software Foundation