| 534 | } |
| 535 | |
| 536 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetXdbcTypeInfo( |
| 537 | const FlightCallOptions& options) { |
| 538 | flight_sql_pb::CommandGetXdbcTypeInfo command; |
| 539 | |
| 540 | return GetFlightInfoForCommand(this, options, command); |
| 541 | } |
| 542 | |
| 543 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetXdbcTypeInfo( |
| 544 | const FlightCallOptions& options, int data_type) { |