Uses of Class
org.apache.pig.impl.plan.NodeIdGenerator

Packages that use NodeIdGenerator
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.impl.plan   
org.apache.pig.newplan.logical.expression   
org.apache.pig.newplan.logical.relational   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type NodeIdGenerator
static POForEach MRUtil.getPlainForEachOP(String scope, NodeIdGenerator nig)
           
static void MRUtil.simpleConnectMapToReduce(MapReduceOper mro, String scope, NodeIdGenerator nig)
           
 

Uses of NodeIdGenerator in org.apache.pig.impl.plan
 

Methods in org.apache.pig.impl.plan that return NodeIdGenerator
static NodeIdGenerator NodeIdGenerator.getGenerator()
           
 

Uses of NodeIdGenerator in org.apache.pig.newplan.logical.expression
 

Fields in org.apache.pig.newplan.logical.expression declared as NodeIdGenerator
protected  NodeIdGenerator ExpToPhyTranslationVisitor.nodeGen
           
 

Uses of NodeIdGenerator in org.apache.pig.newplan.logical.relational
 

Fields in org.apache.pig.newplan.logical.relational declared as NodeIdGenerator
protected  NodeIdGenerator LogToPhyTranslationVisitor.nodeGen
           
 



Copyright © 2007-2012 The Apache Software Foundation