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

Method ToString

r/src/arrow_types.h:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 explicit UnwindProtectDetail(SEXP token) : token(token) {}
90 virtual const char* type_id() const { return "UnwindProtectDetail"; }
91 virtual std::string ToString() const { return "R code execution error"; }
92};
93
94static inline Status StatusUnwindProtect(SEXP token, std::string reason = "") {

Callers 1

StopIfNotOkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected