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

Method CodegenIsNull

be/src/runtime/descriptors.cc:811–814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811llvm::Value* SlotDescriptor::CodegenIsNull(
812 LlvmCodeGen* codegen, LlvmBuilder* builder, llvm::Value* tuple) const {
813 return CodegenIsNull(codegen, builder, null_indicator_offset_, tuple);
814}
815
816// Example IR for getting the first null bit:
817// %0 = bitcast { i8, [7 x i8], %"class.impala::TimestampValue" }* %agg_tuple to i8*

Callers 1

CodegenUpdateSlotMethod · 0.80

Calls 1

GetI8ConstantMethod · 0.80

Tested by

no test coverage detected