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

Function ToStatus

cpp/src/arrow/status.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132/// This generic function delegates to the IntoStatus type trait.
133template <typename T>
134constexpr decltype(auto) ToStatus(T&& t) {
135 return IntoStatus<std::decay_t<T>>::ToStatus(std::forward<T>(t));
136}
137
138/// \brief Status outcome object (success or error)
139///

Callers 5

SafeCallIntoPythonFunction · 0.85
OrElseFunction · 0.85
TestFromUriAbfsMethod · 0.85
MatchAndExplainMethod · 0.85
MatchAndExplainMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestFromUriAbfsMethod · 0.68