mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetIndexFilePathInfo in indexcoord (#13059)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/13080/head
parent
6f71bf42d4
commit
29f4a209c0
|
@ -302,6 +302,7 @@ func (mt *metaTable) GetIndexStates(indexBuildIDs []UniqueID) []*indexpb.IndexIn
|
|||
return indexStates
|
||||
}
|
||||
|
||||
// GetIndexFilePathInfo gets the index file paths from meta table.
|
||||
func (mt *metaTable) GetIndexFilePathInfo(indexBuildID UniqueID) (*indexpb.IndexFilePathInfo, error) {
|
||||
mt.lock.Lock()
|
||||
defer mt.lock.Unlock()
|
||||
|
|
Loading…
Reference in New Issue