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

Method explain_text

src/transform/tests/test_runner.rs:622–627  ·  view source on GitHub ↗
(
            &'a mut self,
            context: &'a Self::Context,
        )

Source from the content-addressed store, hash-verified

620 type Dot = UnsupportedFormat;
621
622 fn explain_text(
623 &'a mut self,
624 context: &'a Self::Context,
625 ) -> Result<Self::Text, ExplainError> {
626 self.as_explain_single_plan(context)
627 }
628 }
629
630 impl<'a> Explainable<'a, MirRelationExpr> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected