Method

ArrowTableget_schema

Declaration [src]

GArrowSchema*
garrow_table_get_schema (
  GArrowTable* table
)

Description

No description available.

Return value

Returns: GArrowSchema
 

The schema of the table.

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