Returns the maximum temporary directory size in bytes
(&self)
| 266 | |
| 267 | /// Returns the maximum temporary directory size in bytes |
| 268 | pub fn max_temp_directory_size(&self) -> u64 { |
| 269 | self.max_temp_directory_size |
| 270 | } |
| 271 | |
| 272 | /// Returns the current spilling progress |
| 273 | pub fn spilling_progress(&self) -> SpillingProgress { |