Uses of Enum Class
io.dingodb.sdk.common.vector.Vector.ValueType
Packages that use Vector.ValueType
-
Uses of Vector.ValueType in io.dingodb.sdk.common.vector
Methods in io.dingodb.sdk.common.vector that return Vector.ValueTypeModifier and TypeMethodDescriptionstatic Vector.ValueTypeReturns the enum constant of this class with the specified name.static Vector.ValueType[]Vector.ValueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.dingodb.sdk.common.vector with parameters of type Vector.ValueTypeModifierConstructorDescriptionVector(int dimension, Vector.ValueType valueType, List<Float> floatValues, List<byte[]> binaryValues)