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

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type SchemaTupleFactory
static SchemaTuple<?> POMergeJoin.TuplesToSchemaTupleList.convert(Tuple t, SchemaTupleFactory tf)
           
 

Uses of SchemaTupleFactory in org.apache.pig.data
 

Methods in org.apache.pig.data that return SchemaTupleFactory
protected static SchemaTupleFactory SchemaTupleFactory.getInstance(int id)
          This method is the publicly facing method which returns a SchemaTupleFactory which will generate the SchemaTuple associated with the given identifier.
static SchemaTupleFactory SchemaTupleFactory.getInstance(Schema s)
           
static SchemaTupleFactory SchemaTupleFactory.getInstance(Schema s, boolean isAppendable)
           
static SchemaTupleFactory SchemaTupleFactory.getInstance(Schema s, boolean isAppendable, SchemaTupleClassGenerator.GenContext context)
          This method is the publicly facing method which returns a SchemaTupleFactory which will generate SchemaTuples of the given Schema.
protected static SchemaTupleFactory SchemaTupleBackend.newSchemaTupleFactory(int id)
           
static SchemaTupleFactory SchemaTupleBackend.newSchemaTupleFactory(Schema s, boolean isAppendable, SchemaTupleClassGenerator.GenContext context)
           
 



Copyright © 2007-2012 The Apache Software Foundation