Method
ArrowFieldwith_metadata
since: 3.0.0
Declaration [src]
GArrowField*
garrow_field_with_metadata (
GArrowField* field,
GHashTable* metadata
)
Parameters
metadata
-
Type:
GHashTable
A new associated metadata.
The data is owned by the caller of the function.
Return value
Type: GArrowField
The new field with the given metadata.
The caller of the method takes ownership of the data, and is responsible for freeing it. |