| 257 | /// \return Arrow result with the available actions |
| 258 | arrow::Result<std::vector<ActionType>> ListActions(const FlightCallOptions& options); |
| 259 | arrow::Result<std::vector<ActionType>> ListActions() { |
| 260 | return ListActions(FlightCallOptions()); |
| 261 | } |
| 262 | |
| 263 | /// \brief Request access plan for a single flight, which may be an existing |
| 264 | /// dataset or a command to be executed |
nothing calls this directly
no test coverage detected