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

Method plan

src/sql/src/plan/statement/show.rs:1010–1012  ·  view source on GitHub ↗

Converts this `ShowSelect` into a [`Plan`].

(self)

Source from the content-addressed store, hash-verified

1008
1009 /// Converts this `ShowSelect` into a [`Plan`].
1010 pub fn plan(self) -> Result<Plan, PlanError> {
1011 dml::plan_select(self.scx, self.stmt, &Params::empty(), None)
1012 }
1013
1014 /// Converts this `ShowSelect` into a [`(HirRelationExpr, Scope)`].
1015 pub fn plan_hir(self, qcx: &QueryContext) -> Result<(HirRelationExpr, Scope), PlanError> {

Callers 3

planFunction · 0.80

Calls 2

plan_selectFunction · 0.85
to_stringMethod · 0.45

Tested by

no test coverage detected