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

Function FromArgs

cpp/src/arrow/status.h:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182 template <typename... Args>
183 static Status FromArgs(StatusCode code, Args&&... args) {
184 return Status(code, internal::JoinToString(std::forward<Args>(args)...));
185 }
186
187 template <typename... Args>
188 static Status FromDetailAndArgs(StatusCode code, std::shared_ptr<StatusDetail> detail,

Callers 15

OutOfMemoryFunction · 0.85
KeyErrorFunction · 0.85
TypeErrorFunction · 0.85
UnknownErrorFunction · 0.85
NotImplementedFunction · 0.85
InvalidFunction · 0.85
CancelledFunction · 0.85
IndexErrorFunction · 0.85
CapacityErrorFunction · 0.85
IOErrorFunction · 0.85
SerializationErrorFunction · 0.85
RErrorFunction · 0.85

Calls 2

JoinToStringFunction · 0.85
StatusClass · 0.50

Tested by

no test coverage detected