| 155 | const char* filename() { return scan_range_->file(); } |
| 156 | const io::ScanRange* scan_range() { return scan_range_; } |
| 157 | const HdfsFileDesc* file_desc() { return file_desc_; } |
| 158 | int64_t reservation() const { return reservation_; } |
| 159 | |
| 160 | /// Returns the buffer's current offset in the file. |
no outgoing calls
no test coverage detected