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

Method GetSimpleVal

be/src/codegen/codegen-anyval-read-write-info.cc:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48llvm::Value* CodegenAnyValReadWriteInfo::GetSimpleVal() const {
49 llvm::Value* const * val = std::get_if<llvm::Value*>(&data_);
50 DCHECK(val != nullptr);
51 return *val;
52}
53
54const CodegenAnyValReadWriteInfo::PtrLenStruct& CodegenAnyValReadWriteInfo::GetPtrAndLen()
55 const {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected