| Package | Description |
|---|---|
| com.aliyun.odps.table.order |
| Modifier and Type | Method and Description |
|---|---|
NullOrdering |
SortOrder.nullOrdering()
Returns the null ordering.
|
static NullOrdering |
NullOrdering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullOrdering[] |
NullOrdering.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.