Using gRPC in User defined function in mysql

Viewed 19

I want to create a UDF in myql which when it is triggered should, a query should be sent to a gRPC server, My question is that how could I integrate gRPC client into UDF? my programming language is c++.

0 Answers
Related