| 317 | const FlightCallOptions& options, const FlightDescriptor& descriptor); |
| 318 | |
| 319 | arrow::Result<std::unique_ptr<SchemaResult>> GetSchema( |
| 320 | const FlightDescriptor& descriptor) { |
| 321 | return GetSchema({}, descriptor); |
| 322 | } |
| 323 | |
| 324 | /// \brief List all available flights known to the server |
| 325 | /// \return Arrow result with an iterator that returns a FlightInfo for each flight |
no outgoing calls