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

Method explain_text

src/sql/src/plan/explain.rs:33–35  ·  view source on GitHub ↗
(&'a mut self, context: &'a Self::Context)

Source from the content-addressed store, hash-verified

31 type Dot = UnsupportedFormat;
32
33 fn explain_text(&'a mut self, context: &'a Self::Context) -> Result<Self::Text, ExplainError> {
34 self.as_explain_single_plan(context)
35 }
36
37 fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> {
38 self.as_explain_single_plan(context)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected