Uses of Class
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators.PONative

Packages that use PONative
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.util   
 

Uses of PONative in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type PONative
 void PhyPlanSetter.visitNative(PONative nt)
           
 void MRCompiler.visitNative(PONative op)
           
 

Uses of PONative in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type PONative
 void PhyPlanVisitor.visitNative(PONative nat)
           
 

Uses of PONative in org.apache.pig.backend.hadoop.executionengine.physicalLayer.util
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.util that return types with arguments of type PONative
static LinkedList<PONative> PlanHelper.getNativeMRs(PhysicalPlan plan)
          Get all the load operators in the plan in the right dependency order
 



Copyright © ${year} The Apache Software Foundation