Uses of Package
org.apache.pig

Packages that use org.apache.pig
org.apache.pig   
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapreduceExec   
org.apache.pig.builtin   
org.apache.pig.impl   
org.apache.pig.impl.builtin   
org.apache.pig.impl.eval   
org.apache.pig.impl.eval.cond   
org.apache.pig.impl.io   
org.apache.pig.impl.streaming   
org.apache.pig.tools.grunt   
 

Classes in org.apache.pig used by org.apache.pig
LoadFunc
           
PigServer.ExecType
          The type of query execution
Slice
          A grouping of data on that can be processed individually by Pig.
StoreFunc
          This interface is used to implement functions to write records from a dataset.
 

Classes in org.apache.pig used by org.apache.pig.backend.executionengine
Slice
          A grouping of data on that can be processed individually by Pig.
Slicer
          Produces independent slices of data from a given location to be processed in parallel by Pig.
 

Classes in org.apache.pig used by org.apache.pig.backend.hadoop.executionengine.mapreduceExec
Slice
          A grouping of data on that can be processed individually by Pig.
StoreFunc
          This interface is used to implement functions to write records from a dataset.
 

Classes in org.apache.pig used by org.apache.pig.builtin
Algebraic
          Suppose we have to compute an function f over a bag X.
EvalFunc
          The class is used to implement functions to be applied to a dataset.
FilterFunc
           
LoadFunc
           
ReversibleLoadStoreFunc
          This interface is used to implement classes that can perform both Load and Store functionalities in a symmetric fashion (thus reversible).
StoreFunc
          This interface is used to implement functions to write records from a dataset.
 

Classes in org.apache.pig used by org.apache.pig.impl
PigServer.ExecType
          The type of query execution
 

Classes in org.apache.pig used by org.apache.pig.impl.builtin
EvalFunc
          The class is used to implement functions to be applied to a dataset.
LoadFunc
           
ReversibleLoadStoreFunc
          This interface is used to implement classes that can perform both Load and Store functionalities in a symmetric fashion (thus reversible).
StoreFunc
          This interface is used to implement functions to write records from a dataset.
 

Classes in org.apache.pig used by org.apache.pig.impl.eval
EvalFunc
          The class is used to implement functions to be applied to a dataset.
 

Classes in org.apache.pig used by org.apache.pig.impl.eval.cond
FilterFunc
           
 

Classes in org.apache.pig used by org.apache.pig.impl.io
LoadFunc
           
Slicer
          Produces independent slices of data from a given location to be processed in parallel by Pig.
StoreFunc
          This interface is used to implement functions to write records from a dataset.
 

Classes in org.apache.pig used by org.apache.pig.impl.streaming
LoadFunc
           
StoreFunc
          This interface is used to implement functions to write records from a dataset.
 

Classes in org.apache.pig used by org.apache.pig.tools.grunt
PigServer
          This class is the program's connection to Pig.
 



Copyright © ${year} The Apache Software Foundation