mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for createQueryChannel (#8995)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9011/head
parent
ee8dce79b6
commit
ea11f7cc2c
|
@ -421,6 +421,7 @@ func (qc *QueryCoord) ReleasePartitions(ctx context.Context, req *querypb.Releas
|
|||
return status, nil
|
||||
}
|
||||
|
||||
// CreateQueryChannel assigns unique querychannel and resultchannel to the specified collecion
|
||||
func (qc *QueryCoord) CreateQueryChannel(ctx context.Context, req *querypb.CreateQueryChannelRequest) (*querypb.CreateQueryChannelResponse, error) {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_Success,
|
||||
|
|
Loading…
Reference in New Issue