[skip ci]Add comment for GetIndexFilePathInfo in indexcoord (#13059)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/13080/head
cai.zhang 2021-12-09 15:49:51 +08:00 committed by GitHub
parent 6f71bf42d4
commit 29f4a209c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()