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

Method DoGet

cpp/src/arrow/flight/perf_server.cc:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 Status DoGet(const ServerCallContext& context, const Ticket& request,
197 std::unique_ptr<FlightDataStream>* data_stream) override {
198 perf::Token token;
199 CHECK_PARSE(token.ParseFromString(request.ticket));
200 // This must also be set in flight_benchmark.cc
201 return GetPerfBatches(token, perf_schema_, /*verify=*/false, data_stream);
202 }
203
204 Status DoPut(const ServerCallContext& context,
205 std::unique_ptr<FlightMessageReader> reader,

Callers

nothing calls this directly

Calls 1

GetPerfBatchesFunction · 0.85

Tested by

no test coverage detected