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

Method with_query_execution_start_time

datafusion/expr/src/simplify.rs:92–98  ·  view source on GitHub ↗

Set the query execution start time

(
        mut self,
        query_execution_start_time: Option<DateTime<Utc>>,
    )

Source from the content-addressed store, hash-verified

90 )]
91 /// Set the query execution start time
92 pub fn with_query_execution_start_time(
93 mut self,
94 query_execution_start_time: Option<DateTime<Utc>>,
95 ) -> Self {
96 self.query_execution_start_time = query_execution_start_time;
97 self
98 }
99
100 #[deprecated(
101 since = "54.0.0",

Callers 11

create_physical_exprMethod · 0.45
execute_preparedMethod · 0.45
basicFunction · 0.45
test_sqlFunction · 0.45
set_session_timezone_envFunction · 0.45

Calls

no outgoing calls