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

Method tuple_cache_mgr

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

Source from the content-addressed store, hash-verified

170 bool codegen_cache_enabled() const { return codegen_cache_ != nullptr; }
171
172 TupleCacheMgr* tuple_cache_mgr() const { return tuple_cache_mgr_.get(); }
173
174 const TNetworkAddress& configured_backend_address() const {
175 return configured_backend_address_;

Callers 5

OpenMethod · 0.80
GetNextMethod · 0.80
CloseMethod · 0.80
GetDebugDumpPathMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected