MCPcopy Create free account
hub / github.com/apache/arrow / DoExchange

Method DoExchange

cpp/src/arrow/flight/test_definitions.cc:1537–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1535 }
1536
1537 Status DoExchange(const ServerCallContext& context,
1538 std::unique_ptr<FlightMessageReader> reader,
1539 std::unique_ptr<FlightMessageWriter> writer) override {
1540 return MakeFlightError(FlightStatusCode::Unauthorized, "Unauthorized", "extra info");
1541 }
1542};
1543
1544class MetadataRecordingClientMiddleware : public ClientMiddleware {

Callers

nothing calls this directly

Calls 1

MakeFlightErrorFunction · 0.85

Tested by

no test coverage detected