[skip ci] Add comments for MarshaledHits (#11284)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/11287/head
xige-16 2021-11-05 09:23:11 +08:00 committed by GitHub
parent fdb32445f2
commit c216c5a387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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