Constructor
ArrowFlightSQLClientnew
since: 9.0.0
Declaration [src]
GAFlightSQLClient*
gaflightsql_client_new (
GAFlightClient* client
)
Parameters
client
-
Type:
GAFlightClient
A
GAFlightClient
to 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. |