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

Method GetTableTypes

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

Source from the content-addressed store, hash-verified

521}
522
523arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetTableTypes(
524 const FlightCallOptions& options) {
525 flight_sql_pb::CommandGetTableTypes command;
526
527 return GetFlightInfoForCommand(this, options, command);
528}
529
530arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetTableTypesSchema(
531 const FlightCallOptions& options) {

Callers 3

RunMainFunction · 0.80

Calls 1

GetFlightInfoForCommandFunction · 0.70

Tested by 2

RunMainFunction · 0.64