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

Method DoPut

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

Source from the content-addressed store, hash-verified

1529 }
1530
1531 Status DoPut(const ServerCallContext& context,
1532 std::unique_ptr<FlightMessageReader> reader,
1533 std::unique_ptr<FlightMetadataWriter> writer) override {
1534 return MakeFlightError(FlightStatusCode::Unauthorized, "Unauthorized", "extra info");
1535 }
1536
1537 Status DoExchange(const ServerCallContext& context,
1538 std::unique_ptr<FlightMessageReader> reader,

Callers

nothing calls this directly

Calls 1

MakeFlightErrorFunction · 0.85

Tested by

no test coverage detected