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

Method GetCatalogsSchema

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

Source from the content-addressed store, hash-verified

360}
361
362arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetCatalogsSchema(
363 const FlightCallOptions& options) {
364 flight_sql_pb::CommandGetCatalogs command;
365 return GetSchemaForCommand(this, options, command);
366}
367
368arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetDbSchemas(
369 const FlightCallOptions& options, const std::string* catalog,

Callers 1

Calls 1

GetSchemaForCommandFunction · 0.85

Tested by 1