Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Action
Function
Action
cpp/src/arrow/flight/types.h:330–331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
329
Action() = default;
330
Action(std::string type, std::shared_ptr<Buffer> body)
331
: type(std::move(type)), body(std::move(body)) {}
332
333
std::string ToString() const;
334
bool Equals(const Action& other) const;
Callers
1
types.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected