未验证 提交 615f72b6 编写于 作者: X xige-16 提交者: GitHub

[skip ci] Add comment for loadCollection (#8911)

Signed-off-by: Nxige-16 <xi.ge@zilliz.com>
上级 b8006195
...@@ -124,6 +124,7 @@ func (qc *QueryCoord) ShowCollections(ctx context.Context, req *querypb.ShowColl ...@@ -124,6 +124,7 @@ func (qc *QueryCoord) ShowCollections(ctx context.Context, req *querypb.ShowColl
}, nil }, nil
} }
// LoadCollection loads all the sealed segments of this collection to queryNodes, and assigns watchDmChannelRequest to queryNodes
func (qc *QueryCoord) LoadCollection(ctx context.Context, req *querypb.LoadCollectionRequest) (*commonpb.Status, error) { func (qc *QueryCoord) LoadCollection(ctx context.Context, req *querypb.LoadCollectionRequest) (*commonpb.Status, error) {
collectionID := req.CollectionID collectionID := req.CollectionID
//schema := req.Schema //schema := req.Schema
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册