Uses of Enum Class
io.dingodb.common.Common.ValueType
Packages that use Common.ValueType
-
Uses of Common.ValueType in io.dingodb.common
Methods in io.dingodb.common that return Common.ValueTypeModifier and TypeMethodDescriptionstatic Common.ValueTypeCommon.ValueType.forNumber(int value) Common.CreateDiskAnnParam.Builder.getValueType()value_type , one of {int8, uint8, float} - float is single precision (32 bit) Note that we currently only support float.Common.CreateDiskAnnParam.getValueType()value_type , one of {int8, uint8, float} - float is single precision (32 bit) Note that we currently only support float.Common.CreateDiskAnnParamOrBuilder.getValueType()value_type , one of {int8, uint8, float} - float is single precision (32 bit) Note that we currently only support float.Common.Vector.Builder.getValueType().dingodb.pb.common.ValueType value_type = 2;Common.Vector.getValueType().dingodb.pb.common.ValueType value_type = 2;Common.VectorOrBuilder.getValueType().dingodb.pb.common.ValueType value_type = 2;static Common.ValueTypeCommon.ValueType.valueOf(int value) Deprecated.static Common.ValueTypeCommon.ValueType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.ValueTypeReturns the enum constant of this class with the specified name.static Common.ValueType[]Common.ValueType.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.ValueTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.ValueType>Common.ValueType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.ValueTypeModifier and TypeMethodDescriptionCommon.CreateDiskAnnParam.Builder.setValueType(Common.ValueType value) value_type , one of {int8, uint8, float} - float is single precision (32 bit) Note that we currently only support float.Common.Vector.Builder.setValueType(Common.ValueType value) .dingodb.pb.common.ValueType value_type = 2;