Mark the start of the execution
(&mut self)
| 854 | |
| 855 | /// Mark the start of the execution |
| 856 | pub fn mark_start_execution(&mut self) { |
| 857 | let config = Arc::clone(self.config.options()); |
| 858 | self.execution_props.mark_start_execution(config); |
| 859 | } |
| 860 | |
| 861 | /// Return the table options |
| 862 | pub fn table_options(&self) -> &TableOptions { |