Method
ArrowSchemawith_metadata
since: 0.17.0
Declaration [src]
GArrowSchema*
garrow_schema_with_metadata (
  GArrowSchema* schema,
  GHashTable* metadata
)
      Parameters
metadata- 
            
Type:
GHashTableA new associated metadata.
The data is owned by the caller of the function.  
Return value
Type: GArrowSchema
The new schema with the given metadata.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |