Uses of Enum Class
io.dingodb.common.Common.Schema.Type
Packages that use Common.Schema.Type
-
Uses of Common.Schema.Type in io.dingodb.common
Methods in io.dingodb.common that return Common.Schema.TypeModifier and TypeMethodDescriptionstatic Common.Schema.TypeCommon.Schema.Type.forNumber(int value) Common.Schema.Builder.getType()type of dataCommon.Schema.getType()type of dataCommon.SchemaOrBuilder.getType()type of datastatic Common.Schema.TypeCommon.Schema.Type.valueOf(int value) Deprecated.static Common.Schema.TypeCommon.Schema.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.Schema.TypeReturns the enum constant of this class with the specified name.static Common.Schema.Type[]Common.Schema.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.dingodb.common that return types with arguments of type Common.Schema.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.Schema.Type>Common.Schema.Type.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.Schema.TypeModifier and TypeMethodDescriptionCommon.Schema.Builder.setType(Common.Schema.Type value) type of data -
Uses of Common.Schema.Type in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.Schema.Type