| Modifier and Type | Method and Description |
|---|---|
static SortMethod |
SortMethod.fromInt(int e) |
SortMethod |
TableEnv.getSort_method() |
SortMethod |
TableEnv.getSortMethod() |
static SortMethod |
SortMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortMethod[] |
SortMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableEnv.setSort_method(SortMethod sort_method) |
void |
TableEnv.setSortMethod(SortMethod sort_method) |
Copyright © 2021. All rights reserved.