mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for setLoadType (#9299)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
e6eff2dfea
commit
12dcbe3d78
@ -190,6 +190,7 @@ func (c *Collection) checkReleasedPartitions(partitionIDs []UniqueID) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// setLoadType set the loading type of collection, which is loadTypeCollection or loadTypePartition
|
||||
func (c *Collection) setLoadType(l loadType) {
|
||||
c.loadType = l
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user