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

Function types

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

Source from the content-addressed store, hash-verified

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.
53 /// This should only be called before `FinalizeModule` is called

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected