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

Method DoPut

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

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls 3

OKFunction · 0.50
ValueMethod · 0.45
ToRecordBatchesMethod · 0.45

Tested by

no test coverage detected