Method

ArrowFieldwith_merged_metadata

since: 3.0.0

Declaration [src]

GArrowField*
garrow_field_with_merged_metadata (
  GArrowField* field,
  GHashTable* metadata
)

Description

No description available.

Available since: 3.0.0

Parameters

metadata

Type: GHashTable

An additional associated metadata.

The data is owned by the caller of the method.

Return value

Type: GArrowField

The new field that also has the given metadata. If both of the existing metadata and the given metadata have the same keys, the values in the given metadata are used.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.