Are statistics collected during execution?
(&self)
| 258 | |
| 259 | /// Are statistics collected during execution? |
| 260 | pub fn collect_statistics(&self) -> bool { |
| 261 | self.options.execution.collect_statistics |
| 262 | } |
| 263 | |
| 264 | /// Compression codec for spill file |
| 265 | pub fn spill_compression(&self) -> SpillCompression { |
no outgoing calls
no test coverage detected