Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
Modifier and Type | Method and Description |
---|---|
SortColInfo.Order |
SortColInfo.getSortOrder() |
static SortColInfo.Order |
SortColInfo.Order.valueOf(java.lang.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.
|
Constructor and Description |
---|
SortColInfo(java.lang.String colName,
int colIndex,
SortColInfo.Order orderingType) |
Copyright © 2007-2012 The Apache Software Foundation