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

Method mark_start_execution

datafusion/core/src/execution/session_state.rs:856–859  ·  view source on GitHub ↗

Mark the start of the execution

(&mut self)

Source from the content-addressed store, hash-verified

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 {

Callers 1

stateMethod · 0.45

Calls 1

optionsMethod · 0.45

Tested by

no test coverage detected