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

Function module

cpp/src/gandiva/llvm_generator.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 SelectionVector::Mode selection_vector_mode() { return selection_vector_mode_; }
84 LLVMTypes* types() { return engine_->types(); }
85 llvm::Module* module() { return engine_->module(); }
86 const std::string& ir() { return engine_->ir(); }
87
88 private:

Callers 11

CodeGenExprValueMethod · 0.85
AddFunctionCallMethod · 0.85
InitializeIntrinsicsMethod · 0.85
GetScaleMultiplierMethod · 0.85
AddLargeMethod · 0.85
BuildSubtractMethod · 0.85
BuildCompareMethod · 0.85
CallDecimalFunctionMethod · 0.85
AddTraceMethod · 0.85
BuildFunctionMethod · 0.85

Calls 1

moduleMethod · 0.45

Tested by

no test coverage detected