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

Method DoGet

cpp/src/arrow/flight/server.cc:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242Status FlightServerBase::DoGet(const ServerCallContext& context, const Ticket& request,
243 std::unique_ptr<FlightDataStream>* data_stream) {
244 return Status::NotImplemented("NYI");
245}
246
247Status FlightServerBase::DoPut(const ServerCallContext& context,
248 std::unique_ptr<FlightMessageReader> reader,

Callers 1

RunDoGetTestFunction · 0.45

Calls 1

NotImplementedFunction · 0.50

Tested by

no test coverage detected