Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ActionType
Function
ActionType
cpp/src/arrow/flight/types.h:269–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
ActionType() = default;
268
269
ActionType(std::string type, std::string description)
270
: type(std::move(type)), description(std::move(description)) {}
271
272
std::string ToString() const;
273
bool Equals(const ActionType& other) const;
Callers
1
types.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected