mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for getDqlChannelsFunc (#13783)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13794/head
parent
fa37e6f954
commit
df6333447c
|
@ -103,6 +103,7 @@ func getDmlChannelsFunc(ctx context.Context, rc types.RootCoord) getChannelsFunc
|
|||
}
|
||||
}
|
||||
|
||||
// getDqlChannelsFunc returns a function about how to get query channels of a collection.
|
||||
func getDqlChannelsFunc(ctx context.Context, proxyID int64, qc createQueryChannelInterface) getChannelsFuncType {
|
||||
return func(collectionID UniqueID) (map[vChan]pChan, error) {
|
||||
req := &querypb.CreateQueryChannelRequest{
|
||||
|
|
Loading…
Reference in New Issue