未验证 提交 1cb8c317 编写于 作者: S sunby 提交者: GitHub

Add comment for CreateCollection (#8023)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
上级 43ad33ec
......@@ -286,7 +286,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt
return s.rootCoord.GetStatisticsChannel(ctx)
}
//DDL request
// CreateCollection creates a collection
func (s *Server) CreateCollection(ctx context.Context, in *milvuspb.CreateCollectionRequest) (*commonpb.Status, error) {
return s.rootCoord.CreateCollection(ctx, in)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册