Package | Description |
---|---|
org.apache.pig |
Public interfaces and classes for Pig.
|
Modifier and Type | Method and Description |
---|---|
ResourceSchema.Order[] |
ResourceSchema.getSortKeyOrders()
Get order for sort keys.
|
static ResourceSchema.Order |
ResourceSchema.Order.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceSchema.Order[] |
ResourceSchema.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResourceSchema |
ResourceSchema.setSortKeyOrders(ResourceSchema.Order[] sortKeyOrders)
Set the order for each sort key.
|
Copyright © 2007-2012 The Apache Software Foundation