| 528 | } |
| 529 | |
| 530 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetTableTypesSchema( |
| 531 | const FlightCallOptions& options) { |
| 532 | flight_sql_pb::CommandGetTableTypes command; |
| 533 | return GetSchemaForCommand(this, options, command); |
| 534 | } |
| 535 | |
| 536 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetXdbcTypeInfo( |
| 537 | const FlightCallOptions& options) { |