mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip ci]Add some comments in chap07_query_coordinator.md (#10708)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
This commit is contained in:
parent
d7fb700005
commit
8792cb57a2
@ -11,6 +11,7 @@ type QueryCoord interface {
|
||||
Component
|
||||
TimeTickProvider
|
||||
|
||||
// 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(ctx context.Context, req *querypb.LoadCollectionRequest) (*commonpb.Status, error)
|
||||
ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error)
|
||||
|
Loading…
Reference in New Issue
Block a user