diff --git a/internal/querynode/plan.go b/internal/querynode/plan.go index 0fc3e05c69..3f0ad44938 100644 --- a/internal/querynode/plan.go +++ b/internal/querynode/plan.go @@ -26,6 +26,7 @@ import ( "unsafe" ) +// SearchPlan is a wrapper of the underlying C-structure C.CSearchPlan type SearchPlan struct { cSearchPlan C.CSearchPlan } @@ -112,6 +113,7 @@ func (pg *searchRequest) delete() { C.DeletePlaceholderGroup(pg.cPlaceholderGroup) } +// RetrievePlan is a wrapper of the underlying C-structure C.CRetrievePlan type RetrievePlan struct { cRetrievePlan C.CRetrievePlan Timestamp Timestamp