Method

ArrowFlightSQLPreparedStatementget_dataset_schema

Declaration [src]

GArrowSchema*
gaflightsql_prepared_statement_get_dataset_schema (
  GAFlightSQLPreparedStatement* statement
)

Description

No description available.
Available since:14.0.0

Return value

Returns: GArrowSchema
 

The GArrowSchema for dataset.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.