MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / fmt_default_syntax

Method fmt_default_syntax

src/expr/src/explain/text.rs:331–338  ·  view source on GitHub ↗
(
        &self,
        f: &mut fmt::Formatter<'_>,
        ctx: &mut PlanRenderingContext<'_, MirRelationExpr>,
    )

Source from the content-addressed store, hash-verified

329
330impl MirRelationExpr {
331 fn fmt_default_syntax(
332 &self,
333 f: &mut fmt::Formatter<'_>,
334 ctx: &mut PlanRenderingContext<'_, MirRelationExpr>,
335 ) -> fmt::Result {
336 // TODO(mgree) MIR does not support a different default syntax (yet!)
337 self.fmt_verbose_syntax(f, ctx)
338 }
339
340 fn fmt_verbose_syntax(
341 &self,

Callers 1

fmt_textMethod · 0.80

Calls 1

fmt_verbose_syntaxMethod · 0.80

Tested by

no test coverage detected