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

Method GetEffectiveUser

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

Source from the content-addressed store, hash-verified

116
117 const std::string connected_user() const { return user_string_; }
118 const std::string GetEffectiveUser() const { return user_string_; }
119
120 private:
121 const std::string user_string_ = "";

Callers 2

effective_userMethod · 0.80
OpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected