| 212 | } |
| 213 | |
| 214 | void 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 | |
| 219 | template <bool COLLECT_VAR_LEN_VALS> |
| 220 | void RawValue::Write(const void* value, Tuple* tuple, const SlotDescriptor* slot_desc, |