| Package | Description |
|---|---|
| org.apache.drill.exec.proto |
| Modifier and Type | Method and Description |
|---|---|
static UserProtos.ColumnSearchability |
UserProtos.ColumnSearchability.forNumber(int value) |
UserProtos.ColumnSearchability |
UserProtos.ResultColumnMetadataOrBuilder.getSearchability()
optional .exec.user.ColumnSearchability searchability = 13; |
UserProtos.ColumnSearchability |
UserProtos.ResultColumnMetadata.getSearchability()
optional .exec.user.ColumnSearchability searchability = 13; |
UserProtos.ColumnSearchability |
UserProtos.ResultColumnMetadata.Builder.getSearchability()
optional .exec.user.ColumnSearchability searchability = 13; |
static UserProtos.ColumnSearchability |
UserProtos.ColumnSearchability.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.ColumnSearchability |
UserProtos.ColumnSearchability.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.ColumnSearchability |
UserProtos.ColumnSearchability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.ColumnSearchability[] |
UserProtos.ColumnSearchability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<UserProtos.ColumnSearchability> |
UserProtos.ColumnSearchability.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UserProtos.ResultColumnMetadata.Builder |
UserProtos.ResultColumnMetadata.Builder.setSearchability(UserProtos.ColumnSearchability value)
optional .exec.user.ColumnSearchability searchability = 13; |
Copyright © 2021 The Apache Software Foundation. All rights reserved.