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

Method DebugString

be/src/runtime/descriptors.cc:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77const char* NullIndicatorOffset::LLVM_CLASS_NAME = "struct.impala::NullIndicatorOffset";
78
79string NullIndicatorOffset::DebugString() const {
80 stringstream out;
81 out << "(offset=" << byte_offset
82 << " mask=" << hex << static_cast<int>(bit_mask) << dec << ")";
83 return out.str();
84}
85
86llvm::Constant* NullIndicatorOffset::ToIR(LlvmCodeGen* codegen) const {
87 llvm::StructType* null_indicator_offset_type =

Callers 4

descriptors.ccFile · 0.45
CodegenLoadAnyValMethod · 0.45

Calls 9

SubstituteFunction · 0.85
joinFunction · 0.85
push_backMethod · 0.80
DebugStringFunction · 0.50
strMethod · 0.45
sizeMethod · 0.45
idMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected