Uses of Class
org.apache.pig.FileInputLoadFunc

Packages that use FileInputLoadFunc
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.impl.io   
org.apache.pig.impl.util   
 

Uses of FileInputLoadFunc in org.apache.pig.builtin
 

Subclasses of FileInputLoadFunc in org.apache.pig.builtin
 class BinStorage
          Load and store data in a binary format.
 class PigStorage
          A load function that parses a line of input into fields using a delimiter to set the fields.
 

Uses of FileInputLoadFunc in org.apache.pig.impl.io
 

Subclasses of FileInputLoadFunc in org.apache.pig.impl.io
 class InterStorage
          LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query.
 class TFileStorage
          LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query.
 

Uses of FileInputLoadFunc in org.apache.pig.impl.util
 

Methods in org.apache.pig.impl.util that return FileInputLoadFunc
static FileInputLoadFunc Utils.getTmpFileStorageObject(org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © ${year} The Apache Software Foundation