MCPcopy Create free account
hub / github.com/apache/arrow / ir_builder

Function ir_builder

cpp/src/gandiva/engine.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 ~Engine();
48 llvm::LLVMContext* context() { return context_.get(); }
49 llvm::IRBuilder<>* ir_builder() { return ir_builder_.get(); }
50 LLVMTypes* types() { return &types_; }
51
52 /// Retrieve LLVM module in the engine.

Callers 15

LoadVectorAtIndexMethod · 0.70
GetValidityReferenceMethod · 0.70
GetDataReferenceMethod · 0.70
GetOffsetsReferenceMethod · 0.70
CodeGenExprValueMethod · 0.70
GetPackedBitValueMethod · 0.70
SetPackedBitValueMethod · 0.70
AddFunctionCallMethod · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected