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

[skip ci] Add comment for Insert (#11843)

Signed-off-by: Ndragondriver <jiquan.long@zilliz.com>
上级 471ce979
......@@ -1270,6 +1270,7 @@ func (node *Proxy) GetIndexState(ctx context.Context, request *milvuspb.GetIndex
return dipt.result, nil
}
// Insert insert records into collection.
func (node *Proxy) Insert(ctx context.Context, request *milvuspb.InsertRequest) (*milvuspb.MutationResult, error) {
if !node.checkHealthy() {
return &milvuspb.MutationResult{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册