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

Function CodeGenError

cpp/src/arrow/status.h:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265
266 template <typename... Args>
267 static Status CodeGenError(Args&&... args) {
268 return Status::FromArgs(StatusCode::CodeGenError, std::forward<Args>(args)...);
269 }
270
271 template <typename... Args>
272 static Status ExpressionValidationError(Args&&... args) {

Callers 7

CodeGenExprValueMethod · 0.85
AsArrowResultFunction · 0.85
VerifyAndLinkModuleFunction · 0.85
SetLLVMObjectCacheMethod · 0.85
LoadPreCompiledIRMethod · 0.85
FinalizeModuleMethod · 0.85
CompiledFunctionMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by

no test coverage detected