| 380 | } |
| 381 | |
| 382 | arrow::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 | |
| 388 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetTables( |
| 389 | const FlightCallOptions& options, const std::string* catalog, |