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

Packages that use NodeIdGenerator
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.experimental.logical.expression   
org.apache.pig.experimental.logical.relational   
org.apache.pig.impl.plan   
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as NodeIdGenerator
protected  NodeIdGenerator LogToPhyTranslationVisitor.nodeGen
           
 

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

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

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

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

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

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



Copyright © ${year} The Apache Software Foundation