mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for getPartitionIDs (#10916)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
62d58ee7bf
commit
9c80dc8fcf
@ -55,6 +55,7 @@ type ReplicaInterface interface {
|
||||
hasCollection(collectionID UniqueID) bool
|
||||
// getCollectionNum returns num of collections in collectionReplica
|
||||
getCollectionNum() int
|
||||
// getPartitionIDs returns partition ids of collection
|
||||
getPartitionIDs(collectionID UniqueID) ([]UniqueID, error)
|
||||
getVecFieldIDsByCollectionID(collectionID UniqueID) ([]FieldID, error)
|
||||
getPKFieldIDByCollectionID(collectionID UniqueID) (FieldID, error)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user