mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for getFieldID (#14578)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
4297ff9bd0
commit
168f05de3a
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user