MCPcopy Create free account
hub / github.com/apache/datafusion / query_execution_start_time

Method query_execution_start_time

datafusion/expr/src/simplify.rs:132–134  ·  view source on GitHub ↗

Returns the time at which the query execution started. If `None`, time-dependent functions like `now()` will not be simplified.

(&self)

Source from the content-addressed store, hash-verified

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> {

Callers 3

simplifyMethod · 0.45
simplifyMethod · 0.45
simplifyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected