Uses of Class
org.apache.pig.StoreFunc

Packages that use StoreFunc
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.piggybank.storage   
 

Uses of StoreFunc in org.apache.pig.builtin
 

Subclasses of StoreFunc in org.apache.pig.builtin
 class JsonStorage
          A JSON Pig store function.
 

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

Subclasses of StoreFunc in org.apache.pig.piggybank.storage
 class DBStorage
           
 class FixedWidthStorer
          Stores Pig records in a fixed-width file format.
 class MultiStorage
          The UDF is useful for splitting the output data into a bunch of directories and files dynamically based on user specified key field in the output tuple.
 



Copyright © 2007-2012 The Apache Software Foundation