Constructor
ArrowFlightSQLClientnew
since: 9.0.0
Declaration [src]
GAFlightSQLClient*
gaflightsql_client_new (
  GAFlightClient* client
)
Parameters
- client
- 
            Type: GAFlightClientA GAFlightClientto be used.The data is owned by the caller of the function. 
Return value
Type: GAFlightSQLClient
The newly created Flight SQL client.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |