mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for GetPartitionsStatistics (#11677)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11555/head
parent
45f667a92e
commit
2114b807d3
|
@ -843,6 +843,7 @@ func (node *Proxy) ReleasePartitions(ctx context.Context, request *milvuspb.Rele
|
|||
return rpt.result, nil
|
||||
}
|
||||
|
||||
// GetPartitionStatistics get the statistics of partition, such as num_rows.
|
||||
func (node *Proxy) GetPartitionStatistics(ctx context.Context, request *milvuspb.GetPartitionStatisticsRequest) (*milvuspb.GetPartitionStatisticsResponse, error) {
|
||||
if !node.checkHealthy() {
|
||||
return &milvuspb.GetPartitionStatisticsResponse{
|
||||
|
|
Loading…
Reference in New Issue