| 255 | Status InitTmpTuple(RuntimeState* state, MemPool* pool); |
| 256 | |
| 257 | IR_NO_INLINE int tuple_byte_size() const noexcept { |
| 258 | return output_tuple_desc_->byte_size(); |
| 259 | } |
| 260 | |
| 261 | /// Number of rows to skip. |
| 262 | int64_t offset_; |
no test coverage detected