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

Function FromDetailAndArgs

cpp/src/arrow/status.h:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187 template <typename... Args>
188 static Status FromDetailAndArgs(StatusCode code, std::shared_ptr<StatusDetail> detail,
189 Args&&... args) {
190 return Status(code, internal::JoinToString(std::forward<Args>(args)...),
191 std::move(detail));
192 }
193
194 /// Return an error status for out-of-memory conditions
195 template <typename... Args>

Callers 8

FinishMethod · 0.85
WritePayloadMethod · 0.85
DoFinishMethod · 0.85
DoFinishMethod · 0.85
on_errorMethod · 0.85
StatusFromErrnoFunction · 0.85
StatusFromWinErrorFunction · 0.85
StatusFromSignalFunction · 0.85

Calls 2

JoinToStringFunction · 0.85
StatusClass · 0.50

Tested by

no test coverage detected