| 49 | } |
| 50 | |
| 51 | inline void BufferedTupleStream::AddRowCustomEnd(int64_t size) { |
| 52 | if (UNLIKELY(size > default_page_len_)) AddLargeRowCustomEnd(size); |
| 53 | } |
| 54 | |
| 55 | inline void BufferedTupleStream::GetTupleRow(FlatRowPtr flat_row, TupleRow* row) const { |
| 56 | DCHECK(row != nullptr); |
no outgoing calls