未验证 提交 dc1dc199 编写于 作者: B bigsheeper 提交者: GitHub

[skip ci] Add comment for getExcludedSegments (#11375)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 af9e1206
......@@ -103,6 +103,7 @@ type ReplicaInterface interface {
removeExcludedSegments(collectionID UniqueID)
// addExcludedSegments will add excludedSegments to collectionReplica
addExcludedSegments(collectionID UniqueID, segmentInfos []*datapb.SegmentInfo)
// getExcludedSegments returns excludedSegments of collectionReplica
getExcludedSegments(collectionID UniqueID) ([]*datapb.SegmentInfo, error)
// query mu
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册