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

Method describe

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

Computes the shape of this `ShowSelect`.

(self)

Source from the content-addressed store, hash-verified

1003
1004 /// Computes the shape of this `ShowSelect`.
1005 pub fn describe(self) -> Result<StatementDesc, PlanError> {
1006 dml::describe_select(self.scx, self.stmt)
1007 }
1008
1009 /// Converts this `ShowSelect` into a [`Plan`].
1010 pub fn plan(self) -> Result<Plan, PlanError> {

Callers 1

describeFunction · 0.45

Calls 1

describe_selectFunction · 0.85

Tested by

no test coverage detected