未验证 提交 8b96fadf 编写于 作者: R ryjiang 提交者: GitHub

[skip ci]Add comments in chap07_query_coordinator.md (#11131)

Signed-off-by: Nruiyi.jiang <ruiyi.jiang@zilliz.com>
上级 e783aca7
......@@ -19,6 +19,7 @@ type QueryCoord interface {
ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error)
// ShowPartitions notifies RootCoord to list all partition names and other info in the collection
ShowPartitions(ctx context.Context, req *querypb.ShowPartitionsRequest) (*querypb.ShowPartitionsResponse, error)
// LoadPartitions notifies Proxy to load partition's data
LoadPartitions(ctx context.Context, req *querypb.LoadPartitionsRequest) (*commonpb.Status, error)
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
CreateQueryChannel(ctx context.Context) (*querypb.CreateQueryChannelResponse, error)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册