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

Class MockError

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

Source from the content-addressed store, hash-verified

52/// Error message returned by a mock planner or I/O future.
53#[derive(Debug, Clone, PartialEq, Eq)]
54pub(crate) struct MockError(pub String);
55
56impl Display for MockError {
57 fn fmt(&self, f: &mut Formatter) -> std::fmt::Result {

Callers 2

with_errorMethod · 0.85
return_errorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…