Uses of Class
org.apache.hadoop.hive.metastore.api.Order

Packages that use Order
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.ql.metadata   
org.apache.hadoop.hive.ql.plan   
 

Uses of Order in org.apache.hadoop.hive.metastore.api
 

Methods in org.apache.hadoop.hive.metastore.api that return Order
 Order Order.clone()
           
 

Methods in org.apache.hadoop.hive.metastore.api that return types with arguments of type Order
 List<Order> StorageDescriptor.getSortCols()
           
 Iterator<Order> StorageDescriptor.getSortColsIterator()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Order
 void StorageDescriptor.addToSortCols(Order elem)
           
 boolean Order.equals(Order that)
           
 

Method parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Order
 void StorageDescriptor.setSortCols(List<Order> sortCols)
           
 

Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Order
Order(Order other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.hadoop.hive.metastore.api with type arguments of type Order
StorageDescriptor(List<FieldSchema> cols, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, SerDeInfo serdeInfo, List<String> bucketCols, List<Order> sortCols, Map<String,String> parameters)
           
 

Uses of Order in org.apache.hadoop.hive.ql.metadata
 

Methods in org.apache.hadoop.hive.ql.metadata that return types with arguments of type Order
 List<Order> Table.getSortCols()
           
 

Method parameters in org.apache.hadoop.hive.ql.metadata with type arguments of type Order
 void Table.setSortCols(List<Order> sortOrder)
           
 

Uses of Order in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type Order
 List<Order> createTableDesc.getSortCols()
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type Order
 void createTableDesc.setSortCols(List<Order> sortCols)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type Order
createTableDesc(String tableName, boolean isExternal, List<FieldSchema> cols, List<FieldSchema> partCols, List<String> bucketCols, List<Order> sortCols, int numBuckets, String fieldDelim, String fieldEscape, String collItemDelim, String mapKeyDelim, String lineDelim, String comment, String inputFormat, String outputFormat, String location, String serName, Map<String,String> mapProp, boolean ifNotExists)
           
 



Copyright © 2009 The Apache Software Foundation