mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comments in chap07_query_coordinator.md (#10872)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/10874/head
parent
7e57b5e795
commit
97fa55602b
|
@ -13,6 +13,7 @@ type QueryCoord interface {
|
|||
|
||||
// ShowCollections notifies RootCoord to list all collection names and other info in database at specified timestamp
|
||||
ShowCollections(ctx context.Context, req *querypb.ShowCollectionsRequest) (*querypb.ShowCollectionsResponse, error)
|
||||
// LoadCollection notifies Proxy to load a collection's data
|
||||
LoadCollection(ctx context.Context, req *querypb.LoadCollectionRequest) (*commonpb.Status, error)
|
||||
ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error)
|
||||
ShowPartitions(ctx context.Context, req *querypb.ShowPartitionsRequest) (*querypb.ShowPartitionsResponse, error)
|
||||
|
|
Loading…
Reference in New Issue