Uses of Enum
org.apache.drill.exec.proto.UserProtos.ColumnSearchability
Packages that use UserProtos.ColumnSearchability
-
Uses of UserProtos.ColumnSearchability in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.ColumnSearchabilityModifier and TypeMethodDescriptionUserProtos.ColumnSearchability.forNumber(int value) UserProtos.ResultColumnMetadata.Builder.getSearchability()optional .exec.user.ColumnSearchability searchability = 13;UserProtos.ResultColumnMetadata.getSearchability()optional .exec.user.ColumnSearchability searchability = 13;UserProtos.ResultColumnMetadataOrBuilder.getSearchability()optional .exec.user.ColumnSearchability searchability = 13;UserProtos.ColumnSearchability.valueOf(int value) Deprecated.UserProtos.ColumnSearchability.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified 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.Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.ColumnSearchabilityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserProtos.ColumnSearchability> UserProtos.ColumnSearchability.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.ColumnSearchabilityModifier and TypeMethodDescriptionUserProtos.ResultColumnMetadata.Builder.setSearchability(UserProtos.ColumnSearchability value) optional .exec.user.ColumnSearchability searchability = 13;