| 354 | } |
| 355 | |
| 356 | arrow::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 | |
| 362 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetCatalogsSchema( |
| 363 | const FlightCallOptions& options) { |