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

Packages that use LOSort
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 LOSort in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

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

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOSort
protected  void TopLevelProjectFinder.visit(LOSort s)
           
protected  void ProjectionMapRemover.visit(LOSort s)
           
protected  void ProjectionMapCalculator.visit(LOSort s)
           
protected  void ProjectStarTranslator.visit(LOSort s)
           
protected  void ProjectFixerUpper.visit(LOSort s)
           
 void PlanSetter.visit(LOSort op)
           
protected  void LogicalPlanCloneHelper.visit(LOSort s)
           
protected  void LOVisitor.visit(LOSort s)
           
protected  void ColumnPruner.visit(LOSort sort)
           
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOSort
protected  void TypeCheckingVisitor.visit(LOSort s)
          The schema of sort output will be the same as sort input.
protected  void SchemaAliasVisitor.visit(LOSort sort)
           
 

Uses of LOSort in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type LOSort
protected  void LineageTrimmingVisitor.visit(LOSort s)
           
protected  void DerivedDataVisitor.visit(LOSort sort)
           
protected  void AugmentBaseDataVisitor.visit(LOSort s)
           
 



Copyright © ${year} The Apache Software Foundation