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

Method session

be/src/service/client-request-state.h:246–246  ·  view source on GitHub ↗

Returns the session for this query.

Source from the content-addressed store, hash-verified

244
245 /// Returns the session for this query.
246 std::shared_ptr<ImpalaServer::SessionState> session() const { return session_; }
247
248 /// Queries are run and authorized on behalf of the effective_user.
249 const std::string& effective_user() const;

Callers 7

QueryStateExpandedMethod · 0.45
ExecAndFetchMethod · 0.45
UnregisterQueryMethod · 0.45
OtelTraceManagerMethod · 0.45
StartChildSpanInitMethod · 0.45
RetryQueryFromThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected