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

Method SetSimpleVal

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

Source from the content-addressed store, hash-verified

66}
67
68void CodegenAnyValReadWriteInfo::SetSimpleVal(llvm::Value* val) {
69 DCHECK(val != nullptr);
70 DCHECK(!is_data_initialized() || holds_simple_val());
71
72 data_ = val;
73}
74
75void CodegenAnyValReadWriteInfo::SetPtrAndLen(llvm::Value* ptr, llvm::Value* len) {
76 DCHECK(ptr != nullptr);

Callers 4

CodegenReadSlotMethod · 0.80
ToReadWriteInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected