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

Method execution_engine

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

Returns execution engine interface

Source from the content-addressed store, hash-verified

325
326 /// Returns execution engine interface
327 llvm::ExecutionEngine* execution_engine() { return execution_engine_.get(); }
328
329 /// Returns the cache which is for the execution engine to write the compiled functions
330 /// to.

Callers 5

CheckResultMethod · 0.80
CheckResultMethod · 0.80
CreateObjCacheMethod · 0.80
CreateImpalaCodegenMethod · 0.80

Calls 1

getMethod · 0.65

Tested by 3

CheckResultMethod · 0.64
CheckResultMethod · 0.64
CreateObjCacheMethod · 0.64