MCPcopy 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

CodegenEvalRowMethod · 0.80
CodegenHashRowMethod · 0.80
CodegenEqualsMethod · 0.80
CodegenUpdateSlotMethod · 0.80
CodegenUpdateTupleMethod · 0.80
CodegenEvalConjunctsMethod · 0.80
CodegenWriteSlotMethod · 0.80
CodegenEvalMethod · 0.80

Calls 2

NamedVariableClass · 0.85
push_backMethod · 0.80

Tested by 5

AddLlvmCodegenEchoMethod · 0.64
AddLlvmCodegenDoubleMethod · 0.64
CodegenInnerLoopFunction · 0.64
CodegenStringTestFunction · 0.64
TEST_FFunction · 0.64