[skip e2e] Add comment for getFieldID (#14578)

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

View File

@ -85,6 +85,7 @@ func (info *indexInfo) getBuildID() UniqueID {
return info.buildID
}
// getFieldID returns filed id of index
func (info *indexInfo) getFieldID() UniqueID {
return info.fieldID
}