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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11523/head
ryjiang 2021-11-09 19:27:06 +08:00 committed by GitHub
parent e713e464ca
commit c85f8f9e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ type QueryCoord interface {
LoadPartitions(ctx context.Context, req *querypb.LoadPartitionsRequest) (*commonpb.Status, error)
// ReleasePartitions notifies Proxy to release collection's data
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
// CreateQueryChannel creates the channels for querying in QueryCoord.
CreateQueryChannel(ctx context.Context) (*querypb.CreateQueryChannelResponse, error)
GetPartitionStates(ctx context.Context, req *querypb.GetPartitionStatesRequest) (*querypb.GetPartitionStatesResponse, error)
// GetSegmentInfo requests segment info