MCPcopy 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

authorizeTableAccessMethod · 0.95
getUserShortNameMethod · 0.95
authzErrorMethod · 0.45
initMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
applyTableMaskMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
analyzeMethod · 0.45
AnalyzerMethod · 0.45

Calls

no outgoing calls

Tested by 1

authzErrorMethod · 0.36