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

Packages that use LONative
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.tools.pigstats   
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LONative
 void PlanSetter.visit(LONative op)
           
protected  void LOVisitor.visit(LONative loNative)
           
 

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

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LONative
protected  void SchemaCalculator.visit(LONative nat)
           
 

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LONative
protected  void SchemaAliasVisitor.visit(LONative nativeMR)
           
 

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

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

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

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



Copyright © ${year} The Apache Software Foundation