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

Packages that use BagFactory
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators   
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. 
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators declared as BagFactory
protected static BagFactory POProject.bagFactory
           
 

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

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators declared as BagFactory
protected static BagFactory POPreCombinerLocalRearrange.mBagFactory
           
protected static BagFactory POPartitionRearrange.mBagFactory
           
protected static BagFactory POPackage.mBagFactory
           
 

Uses of BagFactory in org.apache.pig.builtin
 

Fields in org.apache.pig.builtin declared as BagFactory
protected  BagFactory Utf8StorageConverter.mBagFactory
           
 

Uses of BagFactory in org.apache.pig.data
 

Subclasses of BagFactory in org.apache.pig.data
 class DefaultBagFactory
          Default implementation of BagFactory.
 

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



Copyright © 2012 The Apache Software Foundation