Set the query execution start to the current time
(mut self)
| 103 | )] |
| 104 | /// Set the query execution start to the current time |
| 105 | pub fn with_current_time(mut self) -> Self { |
| 106 | self.query_execution_start_time = Some(Utc::now()); |
| 107 | self |
| 108 | } |
| 109 | |
| 110 | /// Returns the schema |
| 111 | pub fn schema(&self) -> &DFSchemaRef { |
no outgoing calls
no test coverage detected