Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getUser
Method
getUser
fe/src/main/java/org/apache/impala/analysis/Analyzer.java:3710–3710 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3708
}
3709
3710
public
User getUser() {
return
user_; }
3711
public
String getUserShortName() throws AnalysisException {
3712
try {
3713
return
getUser().getShortName();
Callers
15
authorizeTableAccess
Method · 0.95
getUserShortName
Method · 0.95
authzError
Method · 0.45
init
Method · 0.45
analyze
Method · 0.45
analyze
Method · 0.45
analyze
Method · 0.45
applyTableMask
Method · 0.45
analyze
Method · 0.45
analyze
Method · 0.45
analyze
Method · 0.45
Analyzer
Method · 0.45
Calls
no outgoing calls
Tested by
1
authzError
Method · 0.36