| 1252 | } |
| 1253 | |
| 1254 | Status DoPut(const ServerCallContext&, std::unique_ptr<FlightMessageReader> reader, |
| 1255 | std::unique_ptr<FlightMetadataWriter> writer) override { |
| 1256 | RETURN_NOT_OK(reader->ToRecordBatches().Value(&batches_)); |
| 1257 | return Status::OK(); |
| 1258 | } |
| 1259 | |
| 1260 | Status DoExchange(const ServerCallContext& context, |
| 1261 | std::unique_ptr<FlightMessageReader> reader, |
nothing calls this directly
no test coverage detected