Uses of Class
io.dingodb.common.Common.VectorWithId.Builder
Packages that use Common.VectorWithId.Builder
-
Uses of Common.VectorWithId.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorWithId.BuilderModifier and TypeMethodDescriptionCommon.VectorWithId.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.VectorWithId.Builder.clear()Common.VectorWithId.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.VectorWithId.Builder.clearId()int64 id = 1;Common.VectorWithId.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.VectorWithId.Builder.clearScalarData()scalar data of this vector, key: scalar key, value: scalar value data.Common.VectorWithId.Builder.clearTableData()table data of this vector, only SQL can use this fieldCommon.VectorWithId.Builder.clearVector()vector dataCommon.VectorWithId.Builder.clone()Common.VectorWithDistance.Builder.getVectorWithIdBuilder().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKey.Builder.getVectorWithIdBuilder().dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.VectorWithId.Builder.mergeFrom(com.google.protobuf.Message other) Common.VectorWithId.Builder.mergeFrom(Common.VectorWithId other) Common.VectorWithId.Builder.mergeScalarData(Common.VectorScalardata value) scalar data of this vector, key: scalar key, value: scalar value data.Common.VectorWithId.Builder.mergeTableData(Common.VectorTableData value) table data of this vector, only SQL can use this fieldCommon.VectorWithId.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.VectorWithId.Builder.mergeVector(Common.Vector value) vector datastatic Common.VectorWithId.BuilderCommon.VectorWithId.newBuilder()static Common.VectorWithId.BuilderCommon.VectorWithId.newBuilder(Common.VectorWithId prototype) Common.VectorWithId.newBuilderForType()protected Common.VectorWithId.BuilderCommon.VectorWithId.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.VectorWithId.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.VectorWithId.Builder.setId(long value) int64 id = 1;Common.VectorWithId.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.VectorWithId.Builder.setScalarData(Common.VectorScalardata value) scalar data of this vector, key: scalar key, value: scalar value data.Common.VectorWithId.Builder.setScalarData(Common.VectorScalardata.Builder builderForValue) scalar data of this vector, key: scalar key, value: scalar value data.Common.VectorWithId.Builder.setTableData(Common.VectorTableData value) table data of this vector, only SQL can use this fieldCommon.VectorWithId.Builder.setTableData(Common.VectorTableData.Builder builderForValue) table data of this vector, only SQL can use this fieldCommon.VectorWithId.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.VectorWithId.Builder.setVector(Common.Vector value) vector dataCommon.VectorWithId.Builder.setVector(Common.Vector.Builder builderForValue) vector dataCommon.VectorWithId.toBuilder()Methods in io.dingodb.common with parameters of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionCommon.VectorWithDistance.Builder.setVectorWithId(Common.VectorWithId.Builder builderForValue) .dingodb.pb.common.VectorWithId vector_with_id = 1;Common.VectorWithKey.Builder.setVectorWithId(Common.VectorWithId.Builder builderForValue) .dingodb.pb.common.VectorWithId vector_with_id = 1; -
Uses of Common.VectorWithId.Builder in io.dingodb.index
Methods in io.dingodb.index that return Common.VectorWithId.BuilderModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.addVectorsBuilder()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequest.Builder.addVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addVectorsBuilder()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.addVectorsBuilder()Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequest.Builder.addVectorsBuilder(int index) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.addVectorsBuilder()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponse.Builder.addVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.addVectorWithIdsBuilder()this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addVectorWithIdsBuilder(int index) this field is used for batch searchIndex.VectorSearchRequest.Builder.addVectorWithIdsBuilder()this field is used for batch searchIndex.VectorSearchRequest.Builder.addVectorWithIdsBuilder(int index) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.getVectorBuilder().dingodb.pb.common.VectorWithId vector = 3;Index.VectorAddRequest.Builder.getVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.getVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.getVectorsBuilder(int index) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.getVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.getVectorWithIdsBuilder(int index) this field is used for batch searchIndex.VectorSearchRequest.Builder.getVectorWithIdsBuilder(int index) this field is used for batch searchMethods in io.dingodb.index that return types with arguments of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.getVectorsBuilderList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.getVectorsBuilderList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.getVectorsBuilderList()Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.getVectorsBuilderList()repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.getVectorWithIdsBuilderList()this field is used for batch searchIndex.VectorSearchRequest.Builder.getVectorWithIdsBuilderList()this field is used for batch searchMethods in io.dingodb.index with parameters of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionIndex.VectorAddRequest.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorAddRequest.Builder.addVectors(Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.addVectors(Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorImportRequest.Builder.addVectors(Common.VectorWithId.Builder builderForValue) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorScanQueryResponse.Builder.addVectors(Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.addVectorWithIds(int index, Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.addVectorWithIds(Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchRequest.Builder.addVectorWithIds(int index, Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchRequest.Builder.addVectorWithIds(Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchDebugRequest.Builder.setVector(Common.VectorWithId.Builder builderForValue) .dingodb.pb.common.VectorWithId vector = 3;Index.VectorAddRequest.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorBatchQueryResponse.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorImportRequest.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) Add or update data to RocksDB, but it will not be added to the vector index.Index.VectorScanQueryResponse.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 3;Index.VectorSearchDebugRequest.Builder.setVectorWithIds(int index, Common.VectorWithId.Builder builderForValue) this field is used for batch searchIndex.VectorSearchRequest.Builder.setVectorWithIds(int index, Common.VectorWithId.Builder builderForValue) this field is used for batch search -
Uses of Common.VectorWithId.Builder in io.dingodb.raft
Methods in io.dingodb.raft that return Common.VectorWithId.BuilderModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.addVectorsBuilder()repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequest.Builder.addVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.addVectorsBuilder()repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequest.Builder.addVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorAddRequest.Builder.getVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.getVectorsBuilder(int index) repeated .dingodb.pb.common.VectorWithId vectors = 1;Methods in io.dingodb.raft that return types with arguments of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.getVectorsBuilderList()repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.getVectorsBuilderList()repeated .dingodb.pb.common.VectorWithId vectors = 1;Methods in io.dingodb.raft with parameters of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionRaft.VectorAddRequest.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorAddRequest.Builder.addVectors(Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorBatchAddRequest.Builder.addVectors(Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 1;Raft.VectorAddRequest.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 2;Raft.VectorBatchAddRequest.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) repeated .dingodb.pb.common.VectorWithId vectors = 1; -
Uses of Common.VectorWithId.Builder in io.dingodb.store
Methods in io.dingodb.store that return Common.VectorWithId.BuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockResponse.Builder.addVectorBuilder()The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponse.Builder.addVectorBuilder(int index) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.addVectorsBuilder()for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.Builder.addVectorsBuilder(int index) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.addVectorsBuilder()for vector index region, vectors is the return value of the scan requestStore.TxnScanResponse.Builder.addVectorsBuilder(int index) for vector index region, vectors is the return value of the scan requestStore.Mutation.Builder.getVectorBuilder()for vector index region, executor must use the VectorWithId to do put/putifabsentStore.TxnGetResponse.Builder.getVectorBuilder()for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnPessimisticLockResponse.Builder.getVectorBuilder(int index) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.getVectorsBuilder(int index) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getVectorsBuilder(int index) for vector index region, vectors is the return value of the scan requestMethods in io.dingodb.store that return types with arguments of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockResponse.Builder.getVectorBuilderList()The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.getVectorsBuilderList()for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.getVectorsBuilderList()for vector index region, vectors is the return value of the scan requestMethods in io.dingodb.store with parameters of type Common.VectorWithId.BuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockResponse.Builder.addVector(int index, Common.VectorWithId.Builder builderForValue) The values is set if 'return_values' is true in the request and no error.Store.TxnPessimisticLockResponse.Builder.addVector(Common.VectorWithId.Builder builderForValue) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnBatchGetResponse.Builder.addVectors(Common.VectorWithId.Builder builderForValue) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.addVectors(int index, Common.VectorWithId.Builder builderForValue) for vector index region, vectors is the return value of the scan requestStore.TxnScanResponse.Builder.addVectors(Common.VectorWithId.Builder builderForValue) for vector index region, vectors is the return value of the scan requestStore.Mutation.Builder.setVector(Common.VectorWithId.Builder builderForValue) for vector index region, executor must use the VectorWithId to do put/putifabsentStore.TxnGetResponse.Builder.setVector(Common.VectorWithId.Builder builderForValue) for vector index region: The vector value associated with the key, if not found, is empty and error is NOT_FOUND dingo-store do not accept NULL value, so if value is NULL, it means the key is not existStore.TxnPessimisticLockResponse.Builder.setVector(int index, Common.VectorWithId.Builder builderForValue) The values is set if 'return_values' is true in the request and no error.Store.TxnBatchGetResponse.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) for vector index region: When some key is locked but we cannot check locks of all keys.Store.TxnScanResponse.Builder.setVectors(int index, Common.VectorWithId.Builder builderForValue) for vector index region, vectors is the return value of the scan request