Uses of Class
org.apache.pig.impl.logicalLayer.LODistinct

Packages that use LODistinct
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.pen   
 

Uses of LODistinct in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LODistinct
 void LogToPhyTranslationVisitor.visit(LODistinct op)
           
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LODistinct
protected  void LOVisitor.visit(LODistinct dt)
           
protected  void LogicalPlanCloneHelper.visit(LODistinct dt)
           
 void PlanSetter.visit(LODistinct op)
           
protected  void ProjectionMapCalculator.visit(LODistinct dt)
           
protected  void ProjectionMapRemover.visit(LODistinct dt)
           
protected  void TopLevelProjectFinder.visit(LODistinct dt)
           
 

Uses of LODistinct in org.apache.pig.impl.logicalLayer.optimizer
 

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LODistinct
protected  void SchemaCalculator.visit(LODistinct dt)
           
protected  void SchemaRemover.visit(LODistinct dt)
           
 

Uses of LODistinct in org.apache.pig.impl.logicalLayer.validators
 

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LODistinct
protected  void TypeCheckingVisitor.visit(LODistinct op)
          LODistinct, output schema should be the same as input
 

Uses of LODistinct in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type LODistinct
protected  void AugmentBaseDataVisitor.visit(LODistinct dt)
           
protected  void DerivedDataVisitor.visit(LODistinct dt)
           
protected  void LineageTrimmingVisitor.visit(LODistinct dt)
           
 



Copyright © ${year} The Apache Software Foundation