mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
[skip ci] Add comment for deleteCollection (#9367)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
c86193fb7b
commit
8ab25a1bb1
@ -227,6 +227,7 @@ func newCollection(collectionID UniqueID, schema *schemapb.CollectionSchema) *Co
|
||||
return newCollection
|
||||
}
|
||||
|
||||
// deleteCollection delete collection and free the collection memory
|
||||
func deleteCollection(collection *Collection) {
|
||||
/*
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user