| Package | Description |
|---|---|
| io.prestosql.plugin.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
static SortingColumn.Order |
SortingColumn.Order.fromMetastoreApiOrder(int value,
String tablePartitionName) |
SortingColumn.Order |
SortingColumn.getOrder() |
static SortingColumn.Order |
SortingColumn.Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortingColumn.Order[] |
SortingColumn.Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortingColumn(String columnName,
SortingColumn.Order order) |
Copyright © 2012–2020. All rights reserved.