Method

GandivaFunctionSignatureget_return_type

Declaration [src]

GArrowDataType*
ggandiva_function_signature_get_return_type (
  GGandivaFunctionSignature* function_signature
)

Description

No description available.
Available since:0.14.0

Return value

Returns: GArrowDataType
 

A GArrowDataType of the return value of the function signature.

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