Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ gaflightsql_client_get_raw
Function
gaflightsql_client_get_raw
c_glib/arrow-flight-sql-glib/client.cpp:641–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
639
}
640
641
arrow::flight::sql::FlightSqlClient *
642
gaflightsql_client_get_raw(GAFlightSQLClient *client)
643
{
644
auto priv = GAFLIGHTSQL_CLIENT_GET_PRIVATE(client);
645
return priv->client;
646
}
Callers
4
gaflightsql_client_execute
Function · 0.85
gaflightsql_client_execute_update
Function · 0.85
gaflightsql_client_do_get
Function · 0.85
gaflightsql_client_prepare
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected