Constructor

ArrowSchemanew

Declaration [src]

GArrowSchema*
garrow_schema_new (
  GList* fields
)

Description

No description available.

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 GArrowSchema.

 The caller of the function takes ownership of the data, and is responsible for freeing it.