Constructor

ArrowFlightSQLClientnew

Declaration [src]

GAFlightSQLClient*
gaflightsql_client_new (
  GAFlightClient* client
)

Description

No description available.
Available since:9.0.0

Parameters

client GAFlightClient
 

A GAFlightClient to be used.

 The data is owned by the caller of the function.

Return value

Returns: GAFlightSQLClient
 

The newly created Flight SQL client.

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