mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 19:39:21 +08:00
Add comment for CreateCollection (#8023)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
43ad33ecea
commit
1cb8c31794
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user