\brief Call the underlying Flight client's GetFlightInfo.
| 286 | |
| 287 | /// \brief Call the underlying Flight client's GetFlightInfo. |
| 288 | virtual arrow::Result<std::unique_ptr<FlightInfo>> GetFlightInfo( |
| 289 | const FlightCallOptions& options, const FlightDescriptor& descriptor) { |
| 290 | return impl_->GetFlightInfo(options, descriptor); |
| 291 | } |
| 292 | |
| 293 | /// \brief Call the underlying Flight client's GetSchema. |
| 294 | virtual arrow::Result<std::unique_ptr<SchemaResult>> GetSchema( |