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

Class Wrapper

datafusion/expr/src/logical_plan/ddl.rs:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 /// See [crate::LogicalPlan::display] for an example
129 pub fn display(&self) -> impl Display + '_ {
130 struct Wrapper<'a>(&'a DdlStatement);
131 impl Display for Wrapper<'_> {
132 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
133 match self.0 {

Callers 1

displayMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…