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

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

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

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

Methods in org.apache.pig.backend.local.executionengine.physicalLayer with parameters of type LOSplit
 void LocalLogToPhyTranslationVisitor.visit(LOSplit split)
           
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOSplit
protected  void LOVisitor.visit(LOSplit split)
           
protected  void LogicalPlanCloneHelper.visit(LOSplit split)
           
 void PlanSetter.visit(LOSplit op)
           
protected  void ProjectFixerUpper.visit(LOSplit s)
           
protected  void ProjectionMapCalculator.visit(LOSplit split)
           
protected  void ProjectionMapRemover.visit(LOSplit split)
           
 

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

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

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

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

Uses of LOSplit in org.apache.pig.pen
 

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



Copyright © ${year} The Apache Software Foundation