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 This package contains builtin Pig UDFs. 
org.apache.pig.data This package contains implementations of Pig specific data types as well as support functions for reading, writing, and using all Pig data types. 
org.apache.pig.piggybank.storage   
 

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 PigGenericMapBase.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 POPreCombinerLocalRearrange.mTupleFactory
           
protected static TupleFactory POPackage.mTupleFactory
           
protected static TupleFactory POLocalRearrange.mTupleFactory
           
protected static TupleFactory POForEach.mTupleFactory
           
protected static TupleFactory POCollectedGroup.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 BinSedesTupleFactory
          Default implementation of TupleFactory.
 class DefaultTupleFactory
          Deprecated. Use TupleFactory
 

Fields in org.apache.pig.data declared as TupleFactory
protected static TupleFactory ReadOnceBag.mTupleFactory
           
 

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

Uses of TupleFactory in org.apache.pig.piggybank.storage
 

Fields in org.apache.pig.piggybank.storage declared as TupleFactory
protected  TupleFactory SequenceFileLoader.mTupleFactory
           
protected  TupleFactory HiveColumnarLoader.tupleFactory
           
 



Copyright © 2012 The Apache Software Foundation