| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
StorageDescriptor.getSortCols() |
Iterator<Order> |
StorageDescriptor.getSortColsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.addToSortCols(Order elem) |
int |
Order.compareTo(Order other) |
boolean |
Order.equals(Order that) |
| Modifier and Type | Method and Description |
|---|---|
void |
StorageDescriptor.setSortCols(List<Order> sortCols) |
| Constructor and Description |
|---|
Order(Order other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
Copyright © 2016 Cloudera. All rights reserved.