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

Method explain_text

src/expr/src/explain.rs:187–189  ·  view source on GitHub ↗
(&'a mut self, context: &'a Self::Context)

Source from the content-addressed store, hash-verified

185 type Dot = UnsupportedFormat;
186
187 fn explain_text(&'a mut self, context: &'a Self::Context) -> Result<Self::Text, ExplainError> {
188 self.as_explain_single_plan(context)
189 }
190
191 fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> {
192 self.as_explain_single_plan(context)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected