@Namespace(value="arrow") public static enum arrow.StatusCode extends Enum<arrow.StatusCode>
Enum Constant and Description |
---|
AlreadyExists |
Cancelled |
CapacityError |
CodeGenError |
ExecutionError |
ExpressionValidationError |
IndexError |
Invalid |
IOError |
KeyError |
NotImplemented |
OK |
OutOfMemory |
RError |
SerializationError |
TypeError |
UnknownError |
Modifier and Type | Field and Description |
---|---|
byte |
value |
Modifier and Type | Method and Description |
---|---|
arrow.StatusCode |
intern() |
String |
toString() |
static arrow.StatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.StatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final arrow.StatusCode OK
public static final arrow.StatusCode OutOfMemory
public static final arrow.StatusCode KeyError
public static final arrow.StatusCode TypeError
public static final arrow.StatusCode Invalid
public static final arrow.StatusCode IOError
public static final arrow.StatusCode CapacityError
public static final arrow.StatusCode IndexError
public static final arrow.StatusCode Cancelled
public static final arrow.StatusCode UnknownError
public static final arrow.StatusCode NotImplemented
public static final arrow.StatusCode SerializationError
public static final arrow.StatusCode RError
public static final arrow.StatusCode CodeGenError
public static final arrow.StatusCode ExpressionValidationError
public static final arrow.StatusCode ExecutionError
public static final arrow.StatusCode AlreadyExists
public static arrow.StatusCode[] values()
for (arrow.StatusCode c : arrow.StatusCode.values()) System.out.println(c);
public static arrow.StatusCode 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.StatusCode intern()
public String toString()
toString
in class Enum<arrow.StatusCode>
Copyright © 2022. All rights reserved.