Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ context
Function
context
cpp/src/gandiva/engine.h:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
public:
47
~Engine();
48
llvm::LLVMContext* context() { return context_.get(); }
49
llvm::IRBuilder<>* ir_builder() { return ir_builder_.get(); }
50
LLVMTypes* types() { return &types_; }
51
Callers
8
CodeGenExprValue
Method · 0.70
BuildAdd
Method · 0.70
BuildSubtract
Method · 0.70
BuildCompare
Method · 0.70
BuildIfElse
Method · 0.70
CreateGlobalStringPtr
Method · 0.70
LoadPreCompiledIR
Method · 0.70
LoadExternalPreCompiledIR
Method · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected