| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.StatusCode |
Status.code()
\brief Return the StatusCode value attached to this status.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
Status.CodeAsString(arrow.StatusCode arg0) |
| Constructor and Description |
|---|
Status(arrow.StatusCode code,
String msg) |
Status(arrow.StatusCode code,
String msg,
StatusDetail detail)
\brief Pluggable constructor for use by sub-systems.
|
| Modifier and Type | Method and Description |
|---|---|
arrow.StatusCode |
arrow.StatusCode.intern() |
static arrow.StatusCode |
arrow.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.StatusCode[] |
arrow.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.