Method
ArrowTableget_schema
Declaration [src]
GArrowSchema*
garrow_table_get_schema (
GArrowTable* table
)
Return value
Type: GArrowSchema
The schema of the table.
The caller of the method takes ownership of the data, and is responsible for freeing it. |