MCPcopy Create free account
hub / github.com/apache/impala / GetSlotPtrType

Method GetSlotPtrType

be/src/codegen/llvm-codegen.cc:613–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613llvm::PointerType* LlvmCodeGen::GetSlotPtrType(const ColumnType& type) {
614 return llvm::PointerType::get(GetSlotType(type), 0);
615}
616
617llvm::Type* LlvmCodeGen::GetNamedType(const string& name) {
618 llvm::Type* type = module_->getTypeByName(name);

Callers 6

CodegenReadSlotMethod · 0.80
CodegenEvalRowMethod · 0.80
CodegenHashRowMethod · 0.80
CodegenEqualsMethod · 0.80
CodegenStringTestFunction · 0.80
CodegenCrcHashFunction · 0.80

Calls

no outgoing calls

Tested by 1

CodegenStringTestFunction · 0.64