MCPcopy Create free account
hub / github.com/apache/impala / error_msg

Method error_msg

be/src/udf/udf.cc:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339const char* FunctionContext::error_msg() const {
340 if (has_error()) return impl_->error_msg_.c_str();
341 return NULL;
342}
343
344inline bool FunctionContextImpl::CheckAllocResult(const char* fn_name,
345 uint8_t* buf, int64_t byte_size) {

Callers 13

GetErrorMethod · 0.80
TEST_PFunction · 0.80
OpenEvaluatorMethod · 0.80
TestDecimalMethod · 0.80
OpenEvaluatorMethod · 0.80
CallAiGenerateTextFunction · 0.80
ValidateUdfFunction · 0.80
ValidateFailFunction · 0.80
ValidateErrorMethod · 0.80

Calls

no outgoing calls

Tested by 9

TEST_PFunction · 0.64
TestDecimalMethod · 0.64
ValidateUdfFunction · 0.64
ValidateFailFunction · 0.64
ValidateErrorMethod · 0.64
CheckContextMethod · 0.64