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.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   
org.apache.pig.tools.pigstats   
 

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
protected  void LogToPhyTranslationVisitor.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 ProjectionMapRemover.visit(LOSplit split)
           
protected  void ProjectionMapCalculator.visit(LOSplit split)
           
protected  void ProjectFixerUpper.visit(LOSplit s)
           
 void PlanSetter.visit(LOSplit op)
           
protected  void LogicalPlanCloneHelper.visit(LOSplit split)
           
protected  void LOVisitor.visit(LOSplit split)
           
protected  void ColumnPruner.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 SchemaRemover.visit(LOSplit split)
           
protected  void SchemaCalculator.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
protected  void SchemaAliasVisitor.visit(LOSplit split)
           
 

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

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

Uses of LOSplit in org.apache.pig.pen
 

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

Uses of LOSplit in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats with parameters of type LOSplit
protected  void ScriptState.LogicalPlanFeatureVisitor.visit(LOSplit op)
           
 



Copyright © ${year} The Apache Software Foundation