MCPcopy Create free account
hub / github.com/apache/impala / ~ScopedRef

Method ~ScopedRef

be/src/runtime/query-state.cc:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103QueryState::ScopedRef::~ScopedRef() {
104 if (query_state_ == nullptr) return;
105 ExecEnv::GetInstance()->query_exec_mgr()->ReleaseQueryState(query_state_);
106}
107
108QueryState::QueryState(
109 const TQueryCtx& query_ctx, int64_t mem_limit, const string& request_pool)

Callers

nothing calls this directly

Calls 2

ReleaseQueryStateMethod · 0.80
query_exec_mgrMethod · 0.80

Tested by

no test coverage detected