Uses of Class
org.apache.pig.SortColInfo.Order

Packages that use SortColInfo.Order
org.apache.pig Public interfaces and classes for Pig. 
 

Uses of SortColInfo.Order in org.apache.pig
 

Methods in org.apache.pig that return SortColInfo.Order
 SortColInfo.Order SortColInfo.getSortOrder()
           
static SortColInfo.Order SortColInfo.Order.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortColInfo.Order[] SortColInfo.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.pig with parameters of type SortColInfo.Order
SortColInfo(String colName, int colIndex, SortColInfo.Order orderingType)
           
 



Copyright © 2007-2012 The Apache Software Foundation