mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for MarshaledHits (#11284)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/11287/head
parent
fdb32445f2
commit
c216c5a387
|
@ -31,6 +31,7 @@ type SearchResult struct {
|
|||
cSearchResult C.CSearchResult
|
||||
}
|
||||
|
||||
// MarshaledHits contains a pointer to the marshaled hits in C++ memory
|
||||
type MarshaledHits struct {
|
||||
cMarshaledHits C.CMarshaledHits
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue