Hi , I was wondering if it is possible to add a C++ Function to the Compute FunctionRegistry <https://arrow.apache.org/docs/cpp/api/compute.html#_CPPv4N5arrow7compute16FunctionRegistryE> and then use the functions in python. Would be great if you could provide examples of such usage. Also are all functions added to the FunctionRegistry only callable using the GetFunction API with the function name as string ? Would like to know if there is a way to just do arrow::compute::FuncA where FuncA is the newly added function
Thanks in advance Mura