Top | ![]() |
![]() |
![]() |
![]() |
GAFlightSQLClient * | gaflightsql_client_new () |
GAFlightInfo * | gaflightsql_client_execute () |
GAFlightStreamReader * | gaflightsql_client_do_get () |
gpointer | client | Write / Construct Only |
GAFlightClient * | flight-client | Read / Write / Construct Only |
GAFlightSQLClient *
gaflightsql_client_new (GAFlightClient *client
);
Since: 9.0.0
GAFlightInfo * gaflightsql_client_execute (GAFlightSQLClient *client
,const gchar *query
,GAFlightCallOptions *options
,GError **error
);
client |
||
query |
A query to be executed in the UTF-8 format. |
|
options |
A GAFlightCallOptions. |
[nullable] |
error |
Return location for a GError or |
[nullable] |
The GAFlightInfo describing
where to access the dataset on success, NULL
on error.
[nullable][transfer full]
Since: 9.0.0
GAFlightStreamReader * gaflightsql_client_do_get (GAFlightSQLClient *client
,GAFlightTicket *ticket
,GAFlightCallOptions *options
,GError **error
);
client |
A GAFlightClient. |
|
ticket |
A GAFlightTicket. |
|
options |
A GAFlightCallOptions. |
[nullable] |
error |
Return location for a GError or |
[nullable] |
The GAFlightStreamReader to read record batched from the server
on success, NULL
on error.
[nullable][transfer full]
Since: 9.0.0
“client”
property “client” gpointer
The raw arrow::flight::sql::FlightSqlClient *.
Flags: Write / Construct Only
“flight-client”
property “flight-client” GAFlightClient *
The underlying Flight client.
Flags: Read / Write / Construct Only
Since: 9.0.0