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

Packages that use POUserComparisonFunc
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.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.pen   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POUserComparisonFunc
 void PhyPlanSetter.visitComparisonFunc(POUserComparisonFunc compFunc)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with parameters of type POUserComparisonFunc
 void UDFFinder.visitComparisonFunc(POUserComparisonFunc compFunc)
           
 

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

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

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POUserComparisonFunc
 void PhyPlanVisitor.visitComparisonFunc(POUserComparisonFunc compFunc)
           
 

Uses of POUserComparisonFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return POUserComparisonFunc
 POUserComparisonFunc POSort.getMSortFunc()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POUserComparisonFunc
 void POSort.setMSortFunc(POUserComparisonFunc sortFunc)
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type POUserComparisonFunc
POSort(OperatorKey k, int rp, List inp, List<PhysicalPlan> sortPlans, List<Boolean> mAscCols, POUserComparisonFunc mSortFunc)
           
 

Uses of POUserComparisonFunc in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type POUserComparisonFunc
 void IllustratorAttacher.visitComparisonFunc(POUserComparisonFunc compFunc)
           
 



Copyright © 2007-2012 The Apache Software Foundation