Returns the buffer's current offset in the file.
| 159 | |
| 160 | /// Returns the buffer's current offset in the file. |
| 161 | int64_t file_offset() const { return scan_range_->offset() + total_bytes_returned_; } |
| 162 | |
| 163 | /// Returns the total number of bytes returned |
| 164 | int64_t total_bytes_returned() { return total_bytes_returned_; } |
no test coverage detected