Uses of Interface
org.apache.pig.Slice

Packages that use Slice
org.apache.pig   
org.apache.pig.backend.executionengine   
org.apache.pig.backend.hadoop.executionengine.mapreduceExec   
 

Uses of Slice in org.apache.pig
 

Methods in org.apache.pig that return Slice
 Slice[] Slicer.slice(DataStorage store, String location)
          Creates slices of data from store at location.
 

Uses of Slice in org.apache.pig.backend.executionengine
 

Classes in org.apache.pig.backend.executionengine that implement Slice
 class PigSlice
          Slice that loads data using a LoadFunc.
 

Methods in org.apache.pig.backend.executionengine that return Slice
 Slice[] PigSlicer.slice(DataStorage store, String location)
           
 

Uses of Slice in org.apache.pig.backend.hadoop.executionengine.mapreduceExec
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapreduceExec with parameters of type Slice
SliceWrapper(Slice slice, PigContext context, EvalSpec groupbySpec, EvalSpec evalSpec, int index, org.apache.hadoop.fs.FileSystem fs)
           
 



Copyright © ${year} The Apache Software Foundation