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

Method LogError

be/src/udf/udf.cc:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 }
111
112 bool LogError(const std::string& error) {
113 assert(false);
114 return false;
115 }
116
117 const std::string connected_user() const { return user_string_; }
118 const std::string GetEffectiveUser() const { return user_string_; }

Callers 15

CloseEvaluatorMethod · 0.45
AddWarningMethod · 0.45
AddIcebergColumnsMethod · 0.45
GetNextInternalMethod · 0.45
LogRowParseErrorMethod · 0.45
ExecDebugActionImplMethod · 0.45
CloseMethod · 0.45
CloseMethod · 0.45
SendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected