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

Method observer

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

Returns the shared event observer for this test harness.

(&self)

Source from the content-addressed store, hash-verified

430
431 /// Returns the shared event observer for this test harness.
432 pub(crate) fn observer(&self) -> &MorselObserver {
433 &self.observer
434 }
435
436 /// Specify the return planner for the specified file_path
437 pub(crate) fn with_planner(mut self, planner: impl Into<MockPlanner>) -> Self {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected