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

[skip ci] Add comment for getCollectionNum (#10915)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 6ba185ab
......@@ -53,6 +53,7 @@ type ReplicaInterface interface {
getCollectionByID(collectionID UniqueID) (*Collection, error)
// hasCollection checks if collectionReplica has the collection which id is collectionID
hasCollection(collectionID UniqueID) bool
// getCollectionNum returns num of collections in collectionReplica
getCollectionNum() int
getPartitionIDs(collectionID UniqueID) ([]UniqueID, error)
getVecFieldIDsByCollectionID(collectionID UniqueID) ([]FieldID, error)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册