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

Function ExpressionValidationError

cpp/src/arrow/status.h:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271 template <typename... Args>
272 static Status ExpressionValidationError(Args&&... args) {
273 return Status::FromArgs(StatusCode::ExpressionValidationError,
274 std::forward<Args>(args)...);
275 }
276
277 template <typename... Args>
278 static Status ExecutionError(Args&&... args) {

Callers 3

ValidateInExpressionFunction · 0.85
ValidateMethod · 0.85
VisitMethod · 0.85

Calls 1

FromArgsFunction · 0.85

Tested by

no test coverage detected