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