Constructor
ArrowSchemanew
Declaration [src]
GArrowSchema*
garrow_schema_new (
GList* fields
)
Parameters
fields |
A list of None |
The fields of the schema. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowSchema |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |