@Namespace(value="arrow::compute") public static enum arrow.SortOrder extends Enum<arrow.SortOrder>
| Enum Constant and Description |
|---|
Ascending |
Descending |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
arrow.SortOrder |
intern() |
String |
toString() |
static arrow.SortOrder |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.SortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.SortOrder Ascending
public static final arrow.SortOrder Descending
public static arrow.SortOrder[] values()
for (arrow.SortOrder c : arrow.SortOrder.values()) System.out.println(c);
public static arrow.SortOrder valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic arrow.SortOrder intern()
public String toString()
toString in class Enum<arrow.SortOrder>Copyright © 2021. All rights reserved.