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

Method return_none

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

Adds one planning step that reports the planner is exhausted.

(mut self)

Source from the content-addressed store, hash-verified

392
393 /// Adds one planning step that reports the planner is exhausted.
394 pub(crate) fn return_none(mut self) -> Self {
395 self.steps.push(PlannerStep::None);
396 self
397 }
398
399 /// Adds one planning step that fails during CPU planning.
400 pub(crate) fn return_error(mut self, message: impl Into<String>) -> Self {

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected