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

Method clear

datafusion/datasource/src/morsel/mocks.rs:174–176  ·  view source on GitHub ↗

Clears any previously recorded events.

(&self)

Source from the content-addressed store, hash-verified

172impl MorselObserver {
173 /// Clears any previously recorded events.
174 pub(crate) fn clear(&self) {
175 self.events.lock().unwrap().clear();
176 }
177
178 /// Records one new scheduler event.
179 pub(crate) fn push(&self, event: MorselEvent) {

Callers 5

runMethod · 0.45
plan_to_jsonFunction · 0.45
plan_to_csvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected