MCPcopy Create free account
hub / github.com/apache/arrow / GetSqlInfo

Method GetSqlInfo

cpp/src/arrow/flight/sql/client.cc:558–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetSqlInfo(
559 const FlightCallOptions& options, const std::vector<int>& sql_info) {
560 flight_sql_pb::CommandGetSqlInfo command;
561 for (const int& info : sql_info) command.add_info(info);
562
563 return GetFlightInfoForCommand(this, options, command);
564}
565
566arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetSqlInfoSchema(
567 const FlightCallOptions& options) {

Callers 5

acero_test.ccFile · 0.80
RunMainFunction · 0.80
LoadInfoFromServerMethod · 0.80

Calls 1

GetFlightInfoForCommandFunction · 0.70

Tested by 3

RunMainFunction · 0.64