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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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

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
}