Uses of Class
org.apache.pig.data.TupleFactory

Packages that use TupleFactory
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.builtin   
org.apache.pig.data Data types for Pig. 
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer declared as TupleFactory
protected  TupleFactory PigMapBase.tf
           
 

Uses of TupleFactory in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators declared as TupleFactory
protected static TupleFactory POForEach.mTupleFactory
           
protected static TupleFactory POLocalRearrange.mTupleFactory
           
protected static TupleFactory POPackage.mTupleFactory
           
protected static TupleFactory POPreCombinerLocalRearrange.mTupleFactory
           
 

Uses of TupleFactory in org.apache.pig.builtin
 

Fields in org.apache.pig.builtin declared as TupleFactory
protected  TupleFactory Utf8StorageConverter.mTupleFactory
           
 

Uses of TupleFactory in org.apache.pig.data
 

Subclasses of TupleFactory in org.apache.pig.data
 class DefaultTupleFactory
          Default implementation of TupleFactory.
 

Methods in org.apache.pig.data that return TupleFactory
static TupleFactory TupleFactory.getInstance()
          Get a reference to the singleton factory.
 



Copyright © ${year} The Apache Software Foundation