构造函数

GandivaFunctionSignaturenew

自:0.14.0 起可用

声明 [源代码]

GGandivaFunctionSignature*
ggandiva_function_signature_new (
  const gchar* base_name,
  GList* parameter_types,
  GArrowDataType* return_type
)

描述

暂无描述。

可用自:0.14.0

参数

base_name

类型: const gchar*

函数的基本名称。

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

类型: GArrowDataType* 列表

参数数据类型列表。

数据由函数调用者拥有。
return_type

类型: GArrowDataType

返回数据类型。

数据由函数调用者拥有。

返回值

类型: GGandivaFunctionSignature

一个 GGandivaFunctionSignature

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