未验证 提交 018f3284 编写于 作者: B bigsheeper 提交者: GitHub

[skip e2e] Add comment for createSearchPlan (#15111)

Signed-off-by: Nbigsheeper <yihao.dai@zilliz.com>
上级 4174daee
......@@ -36,6 +36,7 @@ type SearchPlan struct {
cSearchPlan C.CSearchPlan
}
// createSearchPlan returns a new SearchPlan and error
func createSearchPlan(col *Collection, dsl string) (*SearchPlan, error) {
if col.collectionPtr == nil {
return nil, errors.New("nil collection ptr, collectionID = " + fmt.Sprintln(col.id))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册