[skip ci] Add comment for getSegmentStatistics (#10373)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-10-21 19:22:50 +08:00 committed by GitHub
parent a91486e966
commit f35d342426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -490,6 +490,7 @@ func (colReplica *collectionReplica) getSegmentNum() int {
return len(colReplica.segments)
}
// getSegmentStatistics returns the statistics of segments in collectionReplica
func (colReplica *collectionReplica) getSegmentStatistics() []*internalpb.SegmentStats {
colReplica.mu.RLock()
defer colReplica.mu.RUnlock()