Uses of Class
org.apache.pig.SortInfo

Packages that use SortInfo
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.backend.local.executionengine   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
 

Uses of SortInfo in org.apache.pig
 

Methods in org.apache.pig that return SortInfo
 SortInfo StoreConfig.getSortInfo()
          This method returns a SortInfo object giving information on the column names in the output schema which correspond to the sort columns and which columns are ascending and those which are descending
 

Methods in org.apache.pig with parameters of type SortInfo
 void StoreConfig.setSortInfo(SortInfo sortInfo)
           
 

Constructors in org.apache.pig with parameters of type SortInfo
StoreConfig(String location, Schema schema, SortInfo sortInfo)
           
 

Uses of SortInfo in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type SortInfo
 StoreFunc MapReducePOStoreImpl.createStoreFunc(FileSpec sFile, Schema schema, SortInfo sortInfo)
           
 

Uses of SortInfo in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return SortInfo
 SortInfo POStore.getSortInfo()
           
 SortInfo POSort.getSortInfo()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type SortInfo
abstract  StoreFunc POStoreImpl.createStoreFunc(FileSpec sFile, Schema schema, SortInfo sortInfo)
          Set up the storer
 void POStore.setSortInfo(SortInfo sortInfo)
           
 void POSort.setSortInfo(SortInfo sortInfo)
           
 

Uses of SortInfo in org.apache.pig.backend.local.executionengine
 

Methods in org.apache.pig.backend.local.executionengine with parameters of type SortInfo
 StoreFunc LocalPOStoreImpl.createStoreFunc(FileSpec sFile, Schema schema, SortInfo sortInfo)
           
 

Uses of SortInfo in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return SortInfo
 SortInfo LOSort.getSortInfo()
           
 



Copyright © ${year} The Apache Software Foundation