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

Method query_exec_mgr

be/src/runtime/exec-env.h:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155 RequestPoolService* request_pool_service() { return request_pool_service_.get(); }
156 QueryExecMgr* query_exec_mgr() { return query_exec_mgr_.get(); }
157 RpcMgr* rpc_mgr() const { return rpc_mgr_.get(); }
158 PoolMemTrackerRegistry* pool_mem_trackers() { return pool_mem_trackers_.get(); }
159 ReservationTracker* buffer_reservation() { return buffer_reservation_.get(); }

Callers 15

ExecQueryFInstancesMethod · 0.80
SetImpalaServerMethod · 0.80
TearDownQueriesMethod · 0.80
CreateQueryStateMethod · 0.80
~CoordinatorMethod · 0.80
ExecMethod · 0.80
ScopedRefMethod · 0.80
~ScopedRefMethod · 0.80
StartFInstancesMethod · 0.80
ExecFInstanceMethod · 0.80
GetQueryStateMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 2

TearDownQueriesMethod · 0.64
CreateQueryStateMethod · 0.64