Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.PODistinct

Packages that use PODistinct
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type PODistinct
 void MRCompiler.visitDistinct(PODistinct op)
           
 void PhyPlanSetter.visitDistinct(PODistinct distinct)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type PODistinct
 void PhyPlanVisitor.visitDistinct(PODistinct distinct)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return PODistinct
 PODistinct PODistinct.clone()
           
 



Copyright © ${year} The Apache Software Foundation