Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_user
Method · 0.80
Open
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected