[skip e2e] Add comment for getIndexPaths (#14579)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14621/head
bigsheeper 2021-12-30 16:56:04 +08:00 committed by GitHub
parent ededf126c3
commit 26a8bac54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func (info *indexInfo) getFieldID() UniqueID {
return info.fieldID
}
// getIndexPaths returns indexPaths
func (info *indexInfo) getIndexPaths() []string {
return info.indexPaths
}