Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ AddArgument
Method
AddArgument
be/src/codegen/llvm-codegen.h:228–230 ·
view source on GitHub ↗
Add argument
Source
from the content-addressed store, hash-verified
226
227
/// Add argument
228
void AddArgument(const NamedVariable& var) {
229
args_.push_back(var);
230
}
231
232
void AddArgument(const std::string& name, llvm::Type* type) {
233
args_.push_back(NamedVariable(name, type));
Callers
15
CreateIrFunctionPrototype
Method · 0.80
CodegenEvalRow
Method · 0.80
CodegenHashRow
Method · 0.80
CodegenEquals
Method · 0.80
CodegenUpdateSlot
Method · 0.80
CodegenUpdateTuple
Method · 0.80
CodegenInsertRuntimeFilters
Method · 0.80
CodegenWriteCompleteTuple
Method · 0.80
CodegenEvalRuntimeFilters
Method · 0.80
CodegenEvalConjuncts
Method · 0.80
CodegenWriteSlot
Method · 0.80
CodegenEval
Method · 0.80
Calls
2
NamedVariable
Class · 0.85
push_back
Method · 0.80
Tested by
5
AddLlvmCodegenEcho
Method · 0.64
AddLlvmCodegenDouble
Method · 0.64
CodegenInnerLoop
Function · 0.64
CodegenStringTest
Function · 0.64
TEST_F
Function · 0.64