Method

ArrowFlightInfoget_schema

Declaration [src]

GArrowSchema*
gaflight_info_get_schema (
  GAFlightInfo* info,
  GArrowReadOptions* options,
  GError** error
)

Description

No description available.
Available since:5.0.0

Parameters

options GArrowReadOptions
 

A GArrowReadOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowSchema
 

Deserialized GArrowSchema, NULL on error.

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