Files
doris/samples/doris-demo/remote-udf-cpp-demo/README.md
Zhengguo Yang 09bfb8b9d3 [fix] (rpc-udf) Fixed the problem that the query could not be interrupted (#8248)
if an error occurred in the rpc server during the execution of rpc-udf.
Add java,cpp,python demo of rpc-udf server
2022-03-03 09:30:03 +08:00

927 B

Remote UDF Function Service In CPP Demo

Compile

make clean && make all

Run

./function_server 9000 9000 is the port that the server will listen on