Uses of Interface
org.apache.pig.data.TupleMaker

Packages that use TupleMaker
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
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 TupleMaker in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Constructors in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type TupleMaker
POMergeJoin.TuplesToSchemaTupleList(int ct, TupleMaker<?> tf)
           
 

Uses of TupleMaker in org.apache.pig.data
 

Classes in org.apache.pig.data that implement TupleMaker
 class BinSedesTupleFactory
          Default implementation of TupleFactory.
 class DefaultTupleFactory
          Deprecated. Use TupleFactory
 class SchemaTupleFactory
          This is an implementation of TupleFactory that will instantiate SchemaTuple's.
 class TupleFactory
          A factory to construct tuples.
 



Copyright © 2007-2012 The Apache Software Foundation