Method
GandivaFunctionSignatureget_return_type
since: 0.14.0
Declaration [src]
GArrowDataType*
ggandiva_function_signature_get_return_type (
GGandivaFunctionSignature* function_signature
)
Return value
Type: 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. |