| 36 | } |
| 37 | |
| 38 | void ALWAYS_INLINE SetTuple(int tuple_idx, Tuple* tuple) { |
| 39 | tuples_[tuple_idx] = tuple; |
| 40 | } |
| 41 | |
| 42 | /// Create a deep copy of this TupleRow. DeepCopy will allocate from the pool. |
| 43 | TupleRow* DeepCopy(const std::vector<TupleDescriptor*>& descs, MemPool* pool) const { |
no outgoing calls