mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for createQueryChannel (#8995)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user