|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceSchema.Order | |
---|---|
org.apache.pig | Public interfaces and classes for Pig. |
Uses of ResourceSchema.Order in org.apache.pig |
---|
Methods in org.apache.pig that return ResourceSchema.Order | |
---|---|
ResourceSchema.Order[] |
ResourceSchema.getSortKeyOrders()
Get order for sort keys. |
static ResourceSchema.Order |
ResourceSchema.Order.valueOf(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. |
Methods in org.apache.pig with parameters of type ResourceSchema.Order | |
---|---|
ResourceSchema |
ResourceSchema.setSortKeyOrders(ResourceSchema.Order[] sortKeyOrders)
Set the order for each sort key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |