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   
org.apache.pig.pen   
org.apache.pig.tools.pigstats   
 

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 PhyPlanSetter.visitDistinct(PODistinct distinct)
           
 void MRCompiler.visitDistinct(PODistinct op)
           
 

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
 

Subclasses of PODistinct in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 class POSortedDistinct
          This operator is a variation of PODistinct, the input to this operator must be sorted already.
 

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

Uses of PODistinct in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type PODistinct
 void IllustratorAttacher.visitDistinct(PODistinct distinct)
           
 

Uses of PODistinct in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats with parameters of type PODistinct
 void ScriptState.FeatureVisitor.visitDistinct(PODistinct distinct)
           
 void ScriptState.AliasVisitor.visitDistinct(PODistinct distinct)
           
 



Copyright © 2007-2012 The Apache Software Foundation