Method
ArrowFlightSQLClientdo_get
Declaration [src]
GAFlightStreamReader*
gaflightsql_client_do_get (
GAFlightSQLClient* client,
GAFlightTicket* ticket,
GAFlightCallOptions* options,
GError** error
)
Parameters
ticket |
GAFlightTicket |
A |
|
The data is owned by the caller of the function. | |
options |
GAFlightCallOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GAFlightStreamReader |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |