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

Method GetDbSchemasSchema

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

Source from the content-addressed store, hash-verified

380}
381
382arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetDbSchemasSchema(
383 const FlightCallOptions& options) {
384 flight_sql_pb::CommandGetDbSchemas command;
385 return GetSchemaForCommand(this, options, command);
386}
387
388arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetTables(
389 const FlightCallOptions& options, const std::string* catalog,

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1