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

Method explain_json

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

Source from the content-addressed store, hash-verified

35 }
36
37 fn explain_json(&'a mut self, context: &'a Self::Context) -> Result<Self::Json, ExplainError> {
38 self.as_explain_single_plan(context)
39 }
40}
41
42impl<'a> HirRelationExpr {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected