MCPcopy 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

CodeGenExprValueMethod · 0.70
BuildAddMethod · 0.70
BuildSubtractMethod · 0.70
BuildCompareMethod · 0.70
BuildIfElseMethod · 0.70
CreateGlobalStringPtrMethod · 0.70
LoadPreCompiledIRMethod · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected