未验证 提交 da854d78 编写于 作者: D dragondriver 提交者: GitHub

[skip ci] Add comment for Delete (#11844)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 e5512836
......@@ -1382,6 +1382,7 @@ func (node *Proxy) Insert(ctx context.Context, request *milvuspb.InsertRequest)
return it.result, nil
}
// Delete delete records from collection, then these records cannot be searched.
func (node *Proxy) Delete(ctx context.Context, request *milvuspb.DeleteRequest) (*milvuspb.MutationResult, error) {
sp, ctx := trace.StartSpanFromContextWithOperationName(ctx, "Proxy-Delete")
defer sp.Finish()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册