Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Result
Function
Result
cpp/src/arrow/flight/types.h:355–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
354
Result() = default;
355
Result(std::shared_ptr<Buffer> body) // NOLINT runtime/explicit
356
: body(std::move(body)) {}
357
358
std::string ToString() const;
359
bool Equals(const Result& other) const;
Callers
1
types.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected