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

Method engine_cache

be/src/codegen/llvm-codegen.h:331–331  ·  view source on GitHub ↗

Returns the cache which is for the execution engine to write the compiled functions to.

Source from the content-addressed store, hash-verified

329 /// Returns the cache which is for the execution engine to write the compiled functions
330 /// to.
331 CodeGenObjectCache* engine_cache() { return engine_cache_.get(); }
332
333 /// Register a expr function with unique id. It can be subsequently retrieved via
334 /// GetRegisteredExprFn with that id.

Callers 5

CheckObjCacheExistsMethod · 0.80
GetMemChargeMethod · 0.80
CheckEngineCacheCountMethod · 0.80
TestSwitchModeHelperMethod · 0.80
StoreInternalMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 4

CheckObjCacheExistsMethod · 0.64
GetMemChargeMethod · 0.64
CheckEngineCacheCountMethod · 0.64
TestSwitchModeHelperMethod · 0.64