Uses of Enum Class
io.dingodb.common.Common.VectorFilterType
Packages that use Common.VectorFilterType
-
Uses of Common.VectorFilterType in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorFilterTypeModifier and TypeMethodDescriptionstatic Common.VectorFilterTypeCommon.VectorFilterType.forNumber(int value) Common.VectorSearchParameter.Builder.getVectorFilterType()only include pre filter and post filterCommon.VectorSearchParameter.getVectorFilterType()only include pre filter and post filterCommon.VectorSearchParameterOrBuilder.getVectorFilterType()only include pre filter and post filterstatic Common.VectorFilterTypeCommon.VectorFilterType.valueOf(int value) Deprecated.static Common.VectorFilterTypeCommon.VectorFilterType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Common.VectorFilterTypeReturns the enum constant of this class with the specified name.static Common.VectorFilterType[]Common.VectorFilterType.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.VectorFilterTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Common.VectorFilterType>Common.VectorFilterType.internalGetValueMap()Methods in io.dingodb.common with parameters of type Common.VectorFilterTypeModifier and TypeMethodDescriptionCommon.VectorSearchParameter.Builder.setVectorFilterType(Common.VectorFilterType value) only include pre filter and post filter