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

Packages that use LOStore
org.apache.pig Public interfaces and classes for Pig. 
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.newplan.logical   
org.apache.pig.pen   
 

Uses of LOStore in org.apache.pig
 

Methods in org.apache.pig with parameters of type LOStore
protected  void PigServer.SortInfoSetter.visit(LOStore store)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOStore
protected  void LogToPhyTranslationVisitor.visit(LOStore loStore)
           
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOStore
protected  void ProjectionMapRemover.visit(LOStore store)
           
protected  void ProjectionMapCalculator.visit(LOStore store)
           
 void PlanSetter.visit(LOStore op)
           
protected  void LogicalPlanCloneHelper.visit(LOStore store)
           
protected  void LOVisitor.visit(LOStore store)
           
protected  void ColumnPruner.visit(LOStore store)
           
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOStore
protected  void TypeCheckingVisitor.visit(LOStore store)
           
protected  void SchemaAliasVisitor.visit(LOStore store)
           
protected  void InputOutputFileVisitor.visit(LOStore store)
          The logic here is to delegate the validation of output specification to output format implementation.
 

Uses of LOStore in org.apache.pig.newplan.logical
 

Methods in org.apache.pig.newplan.logical with parameters of type LOStore
 void LogicalPlanMigrationVistor.visit(LOStore store)
           
 

Uses of LOStore in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type LOStore
 void LocalLogToPhyTranslationVisitor.visit(LOStore loStore)
           
protected  void DerivedDataVisitor.visit(LOStore store)
           
protected  void AugmentBaseDataVisitor.visit(LOStore store)
           
 



Copyright © ${year} The Apache Software Foundation