Uses of Enum
org.apache.drill.exec.proto.UserProtos.IdentifierCasing
Packages that use UserProtos.IdentifierCasing
-
Uses of UserProtos.IdentifierCasing in org.apache.drill.exec.proto
Methods in org.apache.drill.exec.proto that return UserProtos.IdentifierCasingModifier and TypeMethodDescriptionstatic UserProtos.IdentifierCasingUserProtos.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.IdentifierCasingUserProtos.IdentifierCasing.valueOf(int value) Deprecated.static UserProtos.IdentifierCasingUserProtos.IdentifierCasing.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static UserProtos.IdentifierCasingReturns 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.Methods in org.apache.drill.exec.proto that return types with arguments of type UserProtos.IdentifierCasingModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<UserProtos.IdentifierCasing> UserProtos.IdentifierCasing.internalGetValueMap()Methods in org.apache.drill.exec.proto with parameters of type UserProtos.IdentifierCasingModifier 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
Methods in org.apache.drill.exec.work.metadata that return UserProtos.IdentifierCasingModifier and TypeMethodDescriptionstatic UserProtos.IdentifierCasingServerMetaProvider.ServerMetaWorker.getIdentifierCasing(org.apache.calcite.avatica.util.Casing casing, boolean caseSensitive)