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

Method GetSqlInfoSchema

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

Source from the content-addressed store, hash-verified

564}
565
566arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetSqlInfoSchema(
567 const FlightCallOptions& options) {
568 flight_sql_pb::CommandGetSqlInfo command;
569 return GetSchemaForCommand(this, options, command);
570}
571
572arrow::Result<std::unique_ptr<FlightStreamReader>> FlightSqlClient::DoGet(
573 const FlightCallOptions& options, const Ticket& ticket) {

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1