| 360 | } |
| 361 | |
| 362 | arrow::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 | |
| 368 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetDbSchemas( |
| 369 | const FlightCallOptions& options, const std::string* catalog, |