Uses of Class
io.dingodb.index.Index.VectorDistance
Packages that use Index.VectorDistance
-
Uses of Index.VectorDistance in io.dingodb.index
Methods in io.dingodb.index that return Index.VectorDistanceModifier and TypeMethodDescriptionIndex.VectorDistance.Builder.build()Index.VectorDistance.Builder.buildPartial()static Index.VectorDistanceIndex.VectorDistance.getDefaultInstance()Index.VectorDistance.Builder.getDefaultInstanceForType()Index.VectorDistance.getDefaultInstanceForType()Index.VectorCalcDistanceResponse.Builder.getDistances(int index) num distance values = op_left_vectors * op_right_vectorsIndex.VectorCalcDistanceResponse.getDistances(int index) num distance values = op_left_vectors * op_right_vectorsIndex.VectorCalcDistanceResponseOrBuilder.getDistances(int index) num distance values = op_left_vectors * op_right_vectorsstatic Index.VectorDistanceIndex.VectorDistance.parseDelimitedFrom(InputStream input) static Index.VectorDistanceIndex.VectorDistance.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorDistanceIndex.VectorDistance.parseFrom(byte[] data) static Index.VectorDistanceIndex.VectorDistance.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorDistanceIndex.VectorDistance.parseFrom(com.google.protobuf.ByteString data) static Index.VectorDistanceIndex.VectorDistance.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorDistanceIndex.VectorDistance.parseFrom(com.google.protobuf.CodedInputStream input) static Index.VectorDistanceIndex.VectorDistance.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorDistanceIndex.VectorDistance.parseFrom(InputStream input) static Index.VectorDistanceIndex.VectorDistance.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Index.VectorDistanceIndex.VectorDistance.parseFrom(ByteBuffer data) static Index.VectorDistanceIndex.VectorDistance.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.index that return types with arguments of type Index.VectorDistanceModifier and TypeMethodDescriptionIndex.VectorCalcDistanceResponse.Builder.getDistancesList()num distance values = op_left_vectors * op_right_vectorsIndex.VectorCalcDistanceResponse.getDistancesList()num distance values = op_left_vectors * op_right_vectorsIndex.VectorCalcDistanceResponseOrBuilder.getDistancesList()num distance values = op_left_vectors * op_right_vectorscom.google.protobuf.Parser<Index.VectorDistance>Index.VectorDistance.getParserForType()static com.google.protobuf.Parser<Index.VectorDistance>Index.VectorDistance.parser()Methods in io.dingodb.index with parameters of type Index.VectorDistanceModifier and TypeMethodDescriptionIndex.VectorCalcDistanceResponse.Builder.addDistances(int index, Index.VectorDistance value) num distance values = op_left_vectors * op_right_vectorsIndex.VectorCalcDistanceResponse.Builder.addDistances(Index.VectorDistance value) num distance values = op_left_vectors * op_right_vectorsIndex.VectorDistance.Builder.mergeFrom(Index.VectorDistance other) static Index.VectorDistance.BuilderIndex.VectorDistance.newBuilder(Index.VectorDistance prototype) Index.VectorCalcDistanceResponse.Builder.setDistances(int index, Index.VectorDistance value) num distance values = op_left_vectors * op_right_vectorsMethod parameters in io.dingodb.index with type arguments of type Index.VectorDistanceModifier and TypeMethodDescriptionIndex.VectorCalcDistanceResponse.Builder.addAllDistances(Iterable<? extends Index.VectorDistance> values) num distance values = op_left_vectors * op_right_vectors