Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ has_error
Method
has_error
be/src/udf/udf.cc:335–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
bool FunctionContext::has_error() const {
336
return !impl_->error_msg_.empty();
337
}
338
339
const char* FunctionContext::error_msg() const {
340
if (has_error()) return impl_->error_msg_.c_str();
Callers
12
Replace
Method · 0.80
GetError
Method · 0.80
TEST_P
Function · 0.80
OpenEvaluator
Method · 0.80
CallAiGenerateText
Function · 0.80
ValidateUdf
Function · 0.80
ValidateFail
Function · 0.80
CheckStringValCopyFromSucceeds
Function · 0.80
CheckStringValCopyFromFailsWithLength
Function · 0.80
ValidateError
Method · 0.80
Validate
Method · 0.80
CheckContext
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
8
TEST_P
Function · 0.64
ValidateUdf
Function · 0.64
ValidateFail
Function · 0.64
CheckStringValCopyFromSucceeds
Function · 0.64
CheckStringValCopyFromFailsWithLength
Function · 0.64
ValidateError
Method · 0.64
Validate
Method · 0.64
CheckContext
Method · 0.64