Uses of Enum Class
io.dingodb.sdk.common.index.IndexParameter.IndexType
Packages that use IndexParameter.IndexType
-
Uses of IndexParameter.IndexType in io.dingodb.sdk.common.index
Methods in io.dingodb.sdk.common.index that return IndexParameter.IndexTypeModifier and TypeMethodDescriptionstatic IndexParameter.IndexTypeReturns the enum constant of this class with the specified name.static IndexParameter.IndexType[]IndexParameter.IndexType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.dingodb.sdk.common.index with parameters of type IndexParameter.IndexTypeModifierConstructorDescriptionIndexParameter(IndexParameter.IndexType indexType, ScalarIndexParameter scalarIndexParameter) IndexParameter(IndexParameter.IndexType indexType, VectorIndexParameter vectorIndexParameter)