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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11158/head
ryjiang 2021-11-03 10:42:34 +08:00 committed by GitHub
parent e783aca7df
commit 8b96fadf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)