Call a remote function via RPC
Usage
mangoro_rpc_call(sock, func_name, data)
Arguments
- sock
A nanonext socket connected to the RPC server
- func_name
Name of the function to call
- data
Data frame or Arrow stream to send as arguments
Value
The result from nanoarrow::read_nanoarrow (typically a nanoarrow_array_stream)