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

Method stage

src/sql-parser/src/ast/defs/statement.rs:3999–4001  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

3997
3998impl<T: AstInfo> ExplainPlanStatement<T> {
3999 pub fn stage(&self) -> ExplainStage {
4000 self.stage.unwrap_or(ExplainStage::PhysicalPlan)
4001 }
4002
4003 pub fn format(&self) -> ExplainFormat {
4004 self.format.unwrap_or(ExplainFormat::Text)

Callers 2

describe_explain_planFunction · 0.45
plan_explain_planFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected