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

Method Write

be/src/runtime/raw-value.cc:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void RawValue::Write(const void* value, Tuple* tuple, const SlotDescriptor* slot_desc,
215 MemPool* pool) {
216 RawValue::Write<false>(value, tuple, slot_desc, pool, nullptr, nullptr);
217}
218
219template <bool COLLECT_VAR_LEN_VALS>
220void RawValue::Write(const void* value, Tuple* tuple, const SlotDescriptor* slot_desc,

Callers 5

TEST_FFunction · 0.45
TestBlockVerificationMethod · 0.45
CheckHolePunchMethod · 0.45

Calls 4

IsStructTypeMethod · 0.80
SetStructToNullMethod · 0.80
SetNullMethod · 0.80
typeMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TestBlockVerificationMethod · 0.36