[skip e2e] Add comment for getDqlChannelsFunc (#13783)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/13794/head
Jiquan Long 2021-12-20 17:53:17 +08:00 committed by GitHub
parent fa37e6f954
commit df6333447c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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{