| 564 | } |
| 565 | |
| 566 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetSqlInfoSchema( |
| 567 | const FlightCallOptions& options) { |
| 568 | flight_sql_pb::CommandGetSqlInfo command; |
| 569 | return GetSchemaForCommand(this, options, command); |
| 570 | } |
| 571 | |
| 572 | arrow::Result<std::unique_ptr<FlightStreamReader>> FlightSqlClient::DoGet( |
| 573 | const FlightCallOptions& options, const Ticket& ticket) { |