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

Method codegen_cache

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

Source from the content-addressed store, hash-verified

167 AdmissionController* admission_controller() { return admission_controller_.get(); }
168 StatestoreSubscriber* subscriber() { return statestore_subscriber_.get(); }
169 CodeGenCache* codegen_cache() const { return codegen_cache_.get(); }
170 bool codegen_cache_enabled() const { return codegen_cache_ != nullptr; }
171
172 TupleCacheMgr* tuple_cache_mgr() const { return tuple_cache_mgr_.get(); }

Callers 5

TestAtCapacityMethod · 0.45
TestSkipCacheMethod · 0.45
LookupCacheMethod · 0.45
StoreCacheMethod · 0.45
EnableCodegenCacheMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 3

TestAtCapacityMethod · 0.36
TestSkipCacheMethod · 0.36
EnableCodegenCacheMethod · 0.36