未验证 提交 f90d5395 编写于 作者: B bigsheeper 提交者: GitHub

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

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 d38ad2f5
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册