Method
ArrowFunctionget_default_options
since: 7.0.0
Declaration [src]
GArrowFunctionOptions*
garrow_function_get_default_options (
GArrowFunction* function
)
Return value
Type: GArrowFunctionOptions
The default options of this
function if exists, NULL
otherwise.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |