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

[skip e2e] Add comment for appendIndexParam (#14957)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 6a8d8f43
......@@ -53,6 +53,7 @@ func deleteLoadIndexInfo(info *LoadIndexInfo) {
C.DeleteLoadIndexInfo(info.cLoadIndexInfo)
}
// appendIndexParam append indexParam to index
func (li *LoadIndexInfo) appendIndexParam(indexKey string, indexValue string) error {
cIndexKey := C.CString(indexKey)
defer C.free(unsafe.Pointer(cIndexKey))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册