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

Method DoAction

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

Source from the content-addressed store, hash-verified

257}
258
259Status FlightServerBase::DoAction(const ServerCallContext& context, const Action& action,
260 std::unique_ptr<ResultStream>* result) {
261 return Status::NotImplemented("NYI");
262}
263
264Status FlightServerBase::ListActions(const ServerCallContext& context,
265 std::vector<ActionType>* actions) {

Callers 1

WaitForReadyFunction · 0.45

Calls 1

NotImplementedFunction · 0.50

Tested by

no test coverage detected