Method

ArrowStructFieldOptionsset_field_ref

Declaration [src]

void
garrow_struct_field_options_set_field_ref (
  GArrowStructFieldOptions* options,
  const gchar* field_ref,
  GError** error
)

Description

No description available.
Available since:16.0.0

Parameters

field_ref const gchar*
 

The name or dot path specifying what to extract from struct or union.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
error GError **
  The return location for a GError*, or NULL.