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++.
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++.