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

Packages that use PigStorage
org.apache.pig.builtin This package contains builtin Pig UDFs. 
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 CSVExcelStorage
          CSV loading and storing with support for multi-line fields, and escaping of delimiters and double quotes within fields; uses CSV conventions of Excel 2007.
 class HiveColumnarStorage
           
 class IndexedStorage
          IndexedStorage is a form of PigStorage that supports a per record seek.
 class PigStorageSchema
          Deprecated. Use PigStorage with a -schema option instead
 



Copyright © 2007-2012 The Apache Software Foundation