Uses of Enum Class
io.dingodb.common.Common.ScalarFieldType
Packages that use Common.ScalarFieldType
-
Uses of Common.ScalarFieldType in io.dingodb.common
Methods in io.dingodb.common that return Common.ScalarFieldTypeModifier and TypeMethodDescriptionstatic Common.ScalarFieldTypeCommon.ScalarFieldType.forNumber(int value) Common.DocumentValue.Builder.getFieldType()data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.DocumentValue.getFieldType()data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.DocumentValueOrBuilder.getFieldType()data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.ScalarSchemaItem.Builder.getFieldType()filed typeCommon.ScalarSchemaItem.getFieldType()filed typeCommon.ScalarSchemaItemOrBuilder.getFieldType()filed typeCommon.ScalarValue.Builder.getFieldType()data type of scalar fieldCommon.ScalarValue.getFieldType()data type of scalar fieldCommon.ScalarValueOrBuilder.getFieldType()data type of scalar fieldstatic Common.ScalarFieldTypeCommon.ScalarFieldType.valueOf(int value) Deprecated.static Common.ScalarFieldTypeCommon.ScalarFieldType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.ScalarFieldTypeReturns the enum constant of this class with the specified name.static Common.ScalarFieldType[]Common.ScalarFieldType.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.ScalarFieldTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.ScalarFieldType>Common.ScalarFieldType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.ScalarFieldTypeModifier and TypeMethodDescriptionCommon.DocumentValue.Builder.setFieldType(Common.ScalarFieldType value) data type of scalar field for document, only INT64, DOUBLE and STRING is supportedCommon.ScalarSchemaItem.Builder.setFieldType(Common.ScalarFieldType value) filed typeCommon.ScalarValue.Builder.setFieldType(Common.ScalarFieldType value) data type of scalar field -
Uses of Common.ScalarFieldType in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils with parameters of type Common.ScalarFieldTypeModifier and TypeMethodDescriptionstatic ScalarFieldEntityConversion.mapping(Common.ScalarField field, Common.ScalarFieldType type)