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