pyarrow.compute.get_function# pyarrow.compute.get_function(name)# Get a function by name. The function is looked up in the global registry (as returned by function_registry()). Parameters: namestrThe name of the function to lookup