| 630 | }; |
| 631 | |
| 632 | explicit FlightInfo(Data data) : data_(std::move(data)), reconstructed_schema_(false) {} |
| 633 | |
| 634 | /// \brief Factory method to construct a FlightInfo. |
| 635 | static arrow::Result<FlightInfo> Make(const Schema& schema, |
no outgoing calls
no test coverage detected