mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getFieldID (#14578)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14305/head
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…
Reference in New Issue