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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/15029/head
bigsheeper 2022-01-07 17:44:04 +08:00 committed by GitHub
parent f2baa987fb
commit 36b9c498ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)