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

Method GetNullVal

be/src/codegen/codegen-anyval.cc:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783}
784
785llvm::Value* CodegenAnyVal::GetNullVal(LlvmCodeGen* codegen, const ColumnType& type) {
786 llvm::Type* val_type = GetLoweredType(codegen, type);
787 return GetNullVal(codegen, val_type);
788}
789
790llvm::Value* CodegenAnyVal::GetNullVal(LlvmCodeGen* codegen, llvm::Type* val_type) {
791 if (val_type->isStructTy()) {

Callers 1

Calls 2

GetNamedTypeMethod · 0.80
push_backMethod · 0.80

Tested by

no test coverage detected