Return the path of this partitioned file
(&self)
| 270 | |
| 271 | /// Return the path of this partitioned file |
| 272 | pub fn path(&self) -> &Path { |
| 273 | &self.object_meta.location |
| 274 | } |
| 275 | |
| 276 | /// Update the file to only scan the specified range (in bytes) |
| 277 | pub fn with_range(mut self, start: i64, end: i64) -> Self { |
no outgoing calls