| 552 | } |
| 553 | |
| 554 | arrow::Result<std::unique_ptr<FlightClient>> FlightClient::Connect( |
| 555 | const Location& location) { |
| 556 | return Connect(location, FlightClientOptions::Defaults()); |
| 557 | } |
| 558 | |
| 559 | arrow::Result<std::unique_ptr<FlightClient>> FlightClient::Connect( |
| 560 | const Location& location, const FlightClientOptions& options) { |
nothing calls this directly
no test coverage detected