Add comment for GetCollectionStatistics (#8433)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8436/head
sunby 2021-09-23 21:52:02 +08:00 committed by GitHub
parent 985e63cbf2
commit 7ba18a7653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}