[skip ci] Add comment for getLoadType (#9365)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/9374/head
bigsheeper 2021-10-06 23:34:24 +08:00 committed by GitHub
parent cd4205e447
commit 0e4ee6d420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ func (c *Collection) setLoadType(l loadType) {
c.loadType = l
}
// getLoadType get the loadType of collection, which is loadTypeCollection or loadTypePartition
func (c *Collection) getLoadType() loadType {
return c.loadType
}