Method

ArrowFieldwith_metadata

Declaration [src]

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

Description

No description available.
Available since:3.0.0

Parameters

metadata GHashTable
 

A new associated metadata.

 The data is owned by the caller of the function.

Return value

Returns: GArrowField
 

The new field with the given metadata.

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