Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ValueOrStop
Function
ValueOrStop
r/src/arrow_types.h:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
119
template <typename R>
120
auto ValueOrStop(R&& result) -> decltype(std::forward<R>(result).ValueOrDie()) {
121
StopIfNotOk(result.status());
122
return std::forward<R>(result).ValueOrDie();
123
}
124
125
namespace r {
126
class RTasks;
Callers
15
ExecPlan_create
Function · 0.85
MakeExecNodeOrStop
Function · 0.85
ExecPlanReader__batches
Function · 0.85
Table__from_ExecPlanReader
Function · 0.85
substrait__internal__SubstraitToJSON
Function · 0.85
substrait__internal__SubstraitFromJSON
Function · 0.85
ExecPlan_run_substrait
Function · 0.85
csv___TableReader__Make
Function · 0.85
csv___TableReader__Read
Function · 0.85
Converter_Dictionary
Method · 0.85
Converter_Struct
Method · 0.85
Ingest_some_nulls
Method · 0.85
Calls
3
StopIfNotOk
Function · 0.85
ValueOrDie
Method · 0.80
status
Method · 0.45
Tested by
1
TestSafeCallIntoR
Function · 0.68