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

Method explain_json

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

Source from the content-addressed store, hash-verified

189 }
190
191 fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> {
192 self.as_explain_single_plan(context)
193 }
194}
195
196impl<'a> MirRelationExpr {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected