MCPcopy 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
641arrow::flight::sql::FlightSqlClient *
642gaflightsql_client_get_raw(GAFlightSQLClient *client)
643{
644 auto priv = GAFLIGHTSQL_CLIENT_GET_PRIVATE(client);
645 return priv->client;
646}

Calls

no outgoing calls

Tested by

no test coverage detected