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.physicalLayer.relationalOperators   
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
 

Constructors in org.apache.pig with parameters of type SortInfo
ResourceSchema(Schema pigSchema, 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
 void POStore.setSortInfo(SortInfo sortInfo)
           
 void POSort.setSortInfo(SortInfo sortInfo)
           
 

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

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

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



Copyright © ${year} The Apache Software Foundation