Method

GandivaFunctionRegistrylookup

Declaration [src]

GGandivaNativeFunction*
ggandiva_function_registry_lookup (
  GGandivaFunctionRegistry* function_registry,
  GGandivaFunctionSignature* function_signature
)

Description

No description available.
Available since:0.14.0

Parameters

function_signature GGandivaFunctionSignature
 

A GGandivaFunctionSignature to be looked up.

 The data is owned by the caller of the function.

Return value

Returns: GGandivaNativeFunction
 

The native functions associated to the given GGandivaFunctionSignature.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.