| 775 | /// 'TAGGED' is described in the comments for 'TaggedBucketData'. |
| 776 | template <bool TAGGED = true> |
| 777 | ALWAYS_INLINE void SetFlatRow(BufferedTupleStream::FlatRowPtr flat_row) { |
| 778 | bd.SetBucketData<uint8_t, TAGGED>(flat_row); |
| 779 | } |
| 780 | ALWAYS_INLINE void PrepareBucketForInsert() { bd.PrepareBucketForInsert(); } |
| 781 | |
| 782 | private: |