[skip e2e] Add comment for appendFieldInfo (#14958)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14968/head
bigsheeper 2022-01-06 23:35:47 +08:00 committed by GitHub
parent d38ad2f511
commit f90d5395a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ func (li *LoadIndexInfo) appendIndexParam(indexKey string, indexValue string) er
return HandleCStatus(&status, "AppendIndexParam failed")
}
// appendFieldInfo appends fieldID to index
func (li *LoadIndexInfo) appendFieldInfo(fieldID FieldID) error {
cFieldID := C.long(fieldID)
status := C.AppendFieldInfo(li.cLoadIndexInfo, cFieldID)