| 550 | } |
| 551 | |
| 552 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetXdbcTypeInfoSchema( |
| 553 | const FlightCallOptions& options) { |
| 554 | flight_sql_pb::CommandGetXdbcTypeInfo command; |
| 555 | return GetSchemaForCommand(this, options, command); |
| 556 | } |
| 557 | |
| 558 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetSqlInfo( |
| 559 | const FlightCallOptions& options, const std::vector<int>& sql_info) { |