| Package | Description |
|---|---|
| org.apache.drill.exec.store.sys |
| Modifier and Type | Field and Description |
|---|---|
OptionIterator.Status |
OptionIterator.OptionValueWrapper.status |
| Modifier and Type | Method and Description |
|---|---|
static OptionIterator.Status |
OptionIterator.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionIterator.Status[] |
OptionIterator.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OptionValueWrapper(String name,
OptionValue.Kind kind,
OptionValue.AccessibleScopes type,
OptionValue.OptionScope scope,
Long num_val,
String string_val,
Boolean bool_val,
Double float_val,
OptionIterator.Status status) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.