pyarrow.compute.get_function#

pyarrow.compute.get_function(name)#

根据名称获取函数。

该函数将在全局注册表中进行查找(通过 function_registry() 返回的注册表)。

参数:
namestr

要查找的函数名称