Uses of Enum
org.apache.drill.exec.proto.UserProtos.ColumnUpdatability
-
Uses of UserProtos.ColumnUpdatability in org.apache.drill.exec.proto
Modifier and TypeMethodDescriptionUserProtos.ColumnUpdatability.forNumber
(int value) UserProtos.ResultColumnMetadata.Builder.getUpdatability()
Defaults to READ_ONLYUserProtos.ResultColumnMetadata.getUpdatability()
Defaults to READ_ONLYUserProtos.ResultColumnMetadataOrBuilder.getUpdatability()
Defaults to READ_ONLYUserProtos.ColumnUpdatability.valueOf
(int value) Deprecated.UserProtos.ColumnUpdatability.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.ColumnUpdatability[]
UserProtos.ColumnUpdatability.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.ColumnUpdatability>
UserProtos.ColumnUpdatability.internalGetValueMap()
Modifier and TypeMethodDescriptionUserProtos.ResultColumnMetadata.Builder.setUpdatability
(UserProtos.ColumnUpdatability value) Defaults to READ_ONLY