mirror of https://github.com/milvus-io/milvus.git
Add comment for GetCollectionStatistics (#8433)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8436/head
parent
985e63cbf2
commit
7ba18a7653
|
@ -215,6 +215,7 @@ func (s *Server) GetInsertBinlogPaths(ctx context.Context, req *datapb.GetInsert
|
|||
return s.dataCoord.GetInsertBinlogPaths(ctx, req)
|
||||
}
|
||||
|
||||
// GetCollectionStatistics gets statistics of a collection
|
||||
func (s *Server) GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error) {
|
||||
return s.dataCoord.GetCollectionStatistics(ctx, req)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue