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

[skip e2e] Add comment for appendIndex (#15018)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 f2baa987
......@@ -70,6 +70,7 @@ func (li *LoadIndexInfo) appendFieldInfo(fieldID FieldID) error {
return HandleCStatus(&status, "AppendFieldInfo failed")
}
// appendIndex appends binarySet index to cLoadIndexInfo
func (li *LoadIndexInfo) appendIndex(bytesIndex [][]byte, indexKeys []string) error {
var cBinarySet C.CBinarySet
status := C.NewBinarySet(&cBinarySet)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册