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

Method DoPut

cpp/src/arrow/flight/test_flight_server.cc:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

statusMethod · 0.45
ToRecordBatchesMethod · 0.45

Tested by

no test coverage detected