[skip ci] Add comment for deleteCollection (#9367)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-10-06 23:38:00 +08:00 committed by GitHub
parent c86193fb7b
commit 8ab25a1bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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