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

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

Classes in org.apache.pig.data that implement TypeAwareTuple
 class AppendableSchemaTuple<T extends AppendableSchemaTuple<T>>
           
 class SchemaTuple<T extends SchemaTuple<T>>
          A SchemaTuple is a type aware tuple that is much faster and more memory efficient.
 



Copyright © 2007-2012 The Apache Software Foundation