mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add the comments to service (#13404)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
f44ede7b9d
commit
706cc9d7c2
@ -344,6 +344,7 @@ func (s *Server) DescribeCollection(ctx context.Context, request *milvuspb.Descr
|
||||
return s.proxy.DescribeCollection(ctx, request)
|
||||
}
|
||||
|
||||
// GetCollectionStatistics notifies Proxy to get a collection's Statistics
|
||||
func (s *Server) GetCollectionStatistics(ctx context.Context, request *milvuspb.GetCollectionStatisticsRequest) (*milvuspb.GetCollectionStatisticsResponse, error) {
|
||||
return s.proxy.GetCollectionStatistics(ctx, request)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user