Method

ArrowFunctionget_default_options

since: 7.0.0

Declaration [src]

GArrowFunctionOptions*
garrow_function_get_default_options (
  GArrowFunction* function
)

Description

No description available.

Available since: 7.0.0

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.