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

Packages that use LOStore
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.backend.local.executionengine.physicalLayer   
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 LOStore in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

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

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

Methods in org.apache.pig.backend.local.executionengine.physicalLayer with parameters of type LOStore
 void LocalLogToPhyTranslationVisitor.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 LOVisitor.visit(LOStore store)
           
protected  void LogicalPlanCloneHelper.visit(LOStore store)
           
 void PlanSetter.visit(LOStore op)
           
protected  void ProjectionMapCalculator.visit(LOStore store)
           
protected  void ProjectionMapRemover.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 SchemaCalculator.visit(LOStore store)
           
protected  void SchemaRemover.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 InputOutputFileVisitor.visit(LOStore store)
          The logic here is just to check that the file(s) do not exist
protected  void TypeCheckingVisitor.visit(LOStore store)
           
 

Uses of LOStore in org.apache.pig.pen
 

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



Copyright © ${year} The Apache Software Foundation