Method

GandivaFunctionSignatureget_param_types

since: 0.14.0

Declaration [src]

GList*
ggandiva_function_signature_get_param_types (
  GGandivaFunctionSignature* function_signature
)

Description

No description available.

Available since: 0.14.0

Return value

Type: A list of GArrowDataType*

A list of parameter data types of the function signature.

The caller of the method takes ownership of the data, and is responsible for freeing it.