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

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.
 



Copyright © 2012 The Apache Software Foundation