Returns the session for this query.
| 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; |
no outgoing calls
no test coverage detected