函数

Arrow函数查找

自:1.0.0 起可用

声明 [源码]

GArrowFunction*
garrow_function_find (
  const gchar* name
)

描述

暂无描述。

可用版本:1.0.0 起

参数

名称

类型: const gchar*

要查找的函数名称。

数据由函数调用者拥有。
该值是一个以 NUL 结尾的 UTF-8 字符串。

返回值

类型: GArrowFunction

找到的 GArrowFunction,如果未找到则返回 NULL

函数调用者拥有数据的所有权,并负责释放它。