Uses of Class
org.apache.pig.builtin.PigStorage

Packages that use PigStorage
org.apache.pig.builtin   
org.apache.pig.piggybank.storage   
 

Uses of PigStorage in org.apache.pig.builtin
 

Methods in org.apache.pig.builtin with parameters of type PigStorage
 boolean PigStorage.equals(PigStorage other)
           
 

Uses of PigStorage in org.apache.pig.piggybank.storage
 

Subclasses of PigStorage in org.apache.pig.piggybank.storage
 class PigStorageSchema
          This Load/Store Func reads/writes metafiles that allow the schema and aliases to be determined at load time, saving one from having to manually enter schemas for pig-generated datasets.
 



Copyright © ${year} The Apache Software Foundation