MCPcopy 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
335bool FunctionContext::has_error() const {
336 return !impl_->error_msg_.empty();
337}
338
339const char* FunctionContext::error_msg() const {
340 if (has_error()) return impl_->error_msg_.c_str();

Callers 12

ReplaceMethod · 0.80
GetErrorMethod · 0.80
TEST_PFunction · 0.80
OpenEvaluatorMethod · 0.80
CallAiGenerateTextFunction · 0.80
ValidateUdfFunction · 0.80
ValidateFailFunction · 0.80
ValidateErrorMethod · 0.80
ValidateMethod · 0.80
CheckContextMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by 8

TEST_PFunction · 0.64
ValidateUdfFunction · 0.64
ValidateFailFunction · 0.64
ValidateErrorMethod · 0.64
ValidateMethod · 0.64
CheckContextMethod · 0.64