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

Function RError

cpp/src/arrow/status.h:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261 template <typename... Args>
262 static Status RError(Args&&... args) {
263 return Status::FromArgs(StatusCode::RError, std::forward<Args>(args)...);
264 }
265
266 template <typename... Args>
267 static Status CodeGenError(Args&&... args) {

Callers 4

Ingest_some_nullsMethod · 0.85
count_fieldsFunction · 0.85
ExtendSetupMethod · 0.85
InferSchemaFromDotsFunction · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by

no test coverage detected