\brief Call the underlying Flight client's GetSchema.
| 292 | |
| 293 | /// \brief Call the underlying Flight client's GetSchema. |
| 294 | virtual arrow::Result<std::unique_ptr<SchemaResult>> GetSchema( |
| 295 | const FlightCallOptions& options, const FlightDescriptor& descriptor) { |
| 296 | return impl_->GetSchema(options, descriptor); |
| 297 | } |
| 298 | |
| 299 | /// \brief Begin a new transaction. |
| 300 | ::arrow::Result<Transaction> BeginTransaction(const FlightCallOptions& options); |