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

Method Analyzer

fe/src/main/java/org/apache/impala/analysis/Analyzer.java:914–919  ·  view source on GitHub ↗
(StmtTableCache stmtTableCache, TQueryCtx queryCtx,
      AuthorizationFactory authzFactory, AuthorizationContext authzCtx)

Source from the content-addressed store, hash-verified

912 private boolean hasEmptySpjResultSet_ = false;
913
914 public Analyzer(StmtTableCache stmtTableCache, TQueryCtx queryCtx,
915 AuthorizationFactory authzFactory, AuthorizationContext authzCtx) {
916 ancestors_ = new ArrayList<>();
917 globalState_ = new GlobalState(stmtTableCache, queryCtx, authzFactory, authzCtx);
918 user_ = new User(TSessionStateUtil.getEffectiveUser(queryCtx.session));
919 }
920
921 /**
922 * Analyzer constructor for nested select block. GlobalState is inherited from the

Callers

nothing calls this directly

Calls 3

getEffectiveUserMethod · 0.95
addAllMethod · 0.80
getUserMethod · 0.45

Tested by

no test coverage detected