Method

ArrowFlightSQLCreatePreparedStatementResultget_parameter_schema

since: 14.0.0

Declaration [src]

GArrowSchema*
gaflightsql_create_prepared_statement_result_get_parameter_schema (
  GAFlightSQLCreatePreparedStatementResult* result
)

Description

No description available.

Available since: 14.0.0

Return value

Type: GArrowSchema

The current parameter schema.

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