| Package | Description |
|---|---|
| com.aliyun.odps.table.order |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
SortOrder.direction()
Returns the sort direction.
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SortOrder(String name,
SortDirection direction,
NullOrdering nullOrdering) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.