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