mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for appendIndex (#15018)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/15029/head
parent
f2baa987fb
commit
36b9c498ab
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue