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

Function ExecutionError

cpp/src/arrow/status.h:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276
277 template <typename... Args>
278 static Status ExecutionError(Args&&... args) {
279 return Status::FromArgs(StatusCode::ExecutionError, std::forward<Args>(args)...);
280 }
281
282 template <typename... Args>
283 static Status AlreadyExists(Args&&... args) {

Callers 4

StepMethod · 0.85
ResetMethod · 0.85
ExecuteMethod · 0.85
RunDatasetDocumentationFunction · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by

no test coverage detected