Uses of Enum Class
io.dingodb.common.Common.ScalarIndexType
Packages that use Common.ScalarIndexType
-
Uses of Common.ScalarIndexType in io.dingodb.common
Methods in io.dingodb.common that return Common.ScalarIndexTypeModifier and TypeMethodDescriptionstatic Common.ScalarIndexTypeCommon.ScalarIndexType.forNumber(int value) Common.ScalarIndexParameter.Builder.getScalarIndexType().dingodb.pb.common.ScalarIndexType scalar_index_type = 1;Common.ScalarIndexParameter.getScalarIndexType().dingodb.pb.common.ScalarIndexType scalar_index_type = 1;Common.ScalarIndexParameterOrBuilder.getScalarIndexType().dingodb.pb.common.ScalarIndexType scalar_index_type = 1;static Common.ScalarIndexTypeCommon.ScalarIndexType.valueOf(int value) Deprecated.static Common.ScalarIndexTypeCommon.ScalarIndexType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.ScalarIndexTypeReturns the enum constant of this class with the specified name.static Common.ScalarIndexType[]Common.ScalarIndexType.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.ScalarIndexTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.ScalarIndexType>Common.ScalarIndexType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.ScalarIndexTypeModifier and TypeMethodDescriptionCommon.ScalarIndexParameter.Builder.setScalarIndexType(Common.ScalarIndexType value) .dingodb.pb.common.ScalarIndexType scalar_index_type = 1;