Returns the time at which the query execution started. If `None`, time-dependent functions like `now()` will not be simplified.
(&self)
| 130 | /// Returns the time at which the query execution started. |
| 131 | /// If `None`, time-dependent functions like `now()` will not be simplified. |
| 132 | pub fn query_execution_start_time(&self) -> Option<DateTime<Utc>> { |
| 133 | self.query_execution_start_time |
| 134 | } |
| 135 | |
| 136 | /// Returns the configuration options for the session. |
| 137 | pub fn config_options(&self) -> &Arc<ConfigOptions> { |