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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14968/head
bigsheeper 2022-01-06 23:33:55 +08:00 committed by GitHub
parent 6a8d8f43c4
commit d38ad2f511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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