Method
ArrowSchemaget_metadata
since: 0.17.0
Declaration [src]
GHashTable*
garrow_schema_get_metadata (
  GArrowSchema* schema
)
Return value
Type: GHashTable
The metadata in the schema.
It should be freed with g_hash_table_unref() when no longer needed.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |