Uses of Enum
org.apache.drill.exec.proto.UserProtos.IdentifierCasing
-
Uses of UserProtos.IdentifierCasing in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionstatic UserProtos.IdentifierCasing
UserProtos.IdentifierCasing.forNumber
(int value) UserProtos.ServerMeta.Builder.getIdentifierCasing()
Unquoted Identifier casingUserProtos.ServerMeta.getIdentifierCasing()
Unquoted Identifier casingUserProtos.ServerMetaOrBuilder.getIdentifierCasing()
Unquoted Identifier casingUserProtos.ServerMeta.Builder.getQuotedIdentifierCasing()
Quoted identifier casingUserProtos.ServerMeta.getQuotedIdentifierCasing()
Quoted identifier casingUserProtos.ServerMetaOrBuilder.getQuotedIdentifierCasing()
Quoted identifier casingstatic UserProtos.IdentifierCasing
UserProtos.IdentifierCasing.valueOf
(int value) Deprecated.static UserProtos.IdentifierCasing
UserProtos.IdentifierCasing.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.IdentifierCasing
Returns the enum constant of this type with the specified name.static UserProtos.IdentifierCasing[]
UserProtos.IdentifierCasing.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserProtos.IdentifierCasing>
UserProtos.IdentifierCasing.internalGetValueMap()
Modifier and TypeMethodDescriptionUserProtos.ServerMeta.Builder.setIdentifierCasing
(UserProtos.IdentifierCasing value) Unquoted Identifier casingUserProtos.ServerMeta.Builder.setQuotedIdentifierCasing
(UserProtos.IdentifierCasing value) Quoted identifier casing -
Uses of UserProtos.IdentifierCasing in org.apache.drill.exec.work.metadata
Modifier and TypeMethodDescriptionstatic UserProtos.IdentifierCasing
ServerMetaProvider.ServerMetaWorker.getIdentifierCasing
(org.apache.calcite.avatica.util.Casing casing, boolean caseSensitive)