Uses of Class
org.apache.pig.data.SchemaTuple.SchemaTupleQuickGenerator

Packages that use SchemaTuple.SchemaTupleQuickGenerator
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 SchemaTuple.SchemaTupleQuickGenerator in org.apache.pig.data
 

Methods in org.apache.pig.data that return SchemaTuple.SchemaTupleQuickGenerator
abstract  SchemaTuple.SchemaTupleQuickGenerator<T> SchemaTuple.getQuickGenerator()
          This is a mechanism which allows the SchemaTupleFactory to get around having to use reflection.
 

Constructors in org.apache.pig.data with parameters of type SchemaTuple.SchemaTupleQuickGenerator
SchemaTupleFactory(Class<SchemaTuple<?>> clazz, SchemaTuple.SchemaTupleQuickGenerator<? extends SchemaTuple<?>> generator)
           
 



Copyright © 2007-2012 The Apache Software Foundation