mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for appendFieldInfo (#14958)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14968/head
parent
d38ad2f511
commit
f90d5395a1
|
@ -63,6 +63,7 @@ func (li *LoadIndexInfo) appendIndexParam(indexKey string, indexValue string) er
|
|||
return HandleCStatus(&status, "AppendIndexParam failed")
|
||||
}
|
||||
|
||||
// appendFieldInfo appends fieldID to index
|
||||
func (li *LoadIndexInfo) appendFieldInfo(fieldID FieldID) error {
|
||||
cFieldID := C.long(fieldID)
|
||||
status := C.AppendFieldInfo(li.cLoadIndexInfo, cFieldID)
|
||||
|
|
Loading…
Reference in New Issue