Uses of Class
org.apache.pig.pen.Illustrator

Packages that use Illustrator
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators   
org.apache.pig.pen   
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer declared as Illustrator
protected  Illustrator PhysicalOperator.illustrator
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer that return Illustrator
 Illustrator PhysicalOperator.getIllustrator()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type Illustrator
 void PhysicalOperator.setIllustrator(Illustrator illustrator)
           
 

Uses of Illustrator in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators with parameters of type Illustrator
 void ExpressionOperator.setIllustrator(Illustrator illustrator)
           
 

Uses of Illustrator in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type Illustrator
 void Illustrable.setIllustrator(Illustrator illustrator)
           
 



Copyright © 2012 The Apache Software Foundation