| 521 | } |
| 522 | |
| 523 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetTableTypes( |
| 524 | const FlightCallOptions& options) { |
| 525 | flight_sql_pb::CommandGetTableTypes command; |
| 526 | |
| 527 | return GetFlightInfoForCommand(this, options, command); |
| 528 | } |
| 529 | |
| 530 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetTableTypesSchema( |
| 531 | const FlightCallOptions& options) { |