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

Function ListActions

cpp/src/arrow/flight/client.h:259–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 /// \return Arrow result with the available actions
258 arrow::Result<std::vector<ActionType>> ListActions(const FlightCallOptions& options);
259 arrow::Result<std::vector<ActionType>> ListActions() {
260 return ListActions(FlightCallOptions());
261 }
262
263 /// \brief Request access plan for a single flight, which may be an existing
264 /// dataset or a command to be executed

Callers

nothing calls this directly

Calls 1

FlightCallOptionsClass · 0.85

Tested by

no test coverage detected