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

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

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type POLoad
 void PhyPlanSetter.visitLoad(POLoad ld)
           
 void MRCompiler.visitLoad(POLoad op)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.plans with parameters of type POLoad
 void PhyPlanVisitor.visitLoad(POLoad ld)
           
 void PlanPrinter.visitLoad(POLoad op)
           
 

Uses of POLoad 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 POLoad
static LinkedList<POLoad> PlanHelper.getLoads(PhysicalPlan plan)
          Get all the load operators in the plan in the right dependency order
 

Uses of POLoad in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type POLoad
 void IllustratorAttacher.visitLoad(POLoad ld)
           
 

Constructor parameters in org.apache.pig.pen with type arguments of type POLoad
IllustratorAttacher(PhysicalPlan plan, LineageTracer lineage, int maxRecords, Map<POLoad,LogicalSchema> poLoadToSchemaMap, PigContext hadoopPigContext)
           
 



Copyright © ${year} The Apache Software Foundation