| 144 | } |
| 145 | |
| 146 | Status TestFlightServer::DoPut(const ServerCallContext&, |
| 147 | std::unique_ptr<FlightMessageReader> reader, |
| 148 | std::unique_ptr<FlightMetadataWriter> writer) { |
| 149 | return reader->ToRecordBatches().status(); |
| 150 | } |
| 151 | |
| 152 | Status TestFlightServer::DoExchange(const ServerCallContext& context, |
| 153 | std::unique_ptr<FlightMessageReader> reader, |
nothing calls this directly
no test coverage detected