Method

ArrowFunctionget_default_options

Declaration [src]

GArrowFunctionOptions*
garrow_function_get_default_options (
  GArrowFunction* function
)

Description

No description available.
Available since:7.0.0

Return value

Returns: 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.