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

Method GetCatalogs

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

Source from the content-addressed store, hash-verified

354}
355
356arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetCatalogs(
357 const FlightCallOptions& options) {
358 flight_sql_pb::CommandGetCatalogs command;
359 return GetFlightInfoForCommand(this, options, command);
360}
361
362arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetCatalogsSchema(
363 const FlightCallOptions& options) {

Callers 3

RunMainFunction · 0.80

Calls 1

GetFlightInfoForCommandFunction · 0.70

Tested by 2

RunMainFunction · 0.64