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

Method pcx

src/sql/src/plan/statement.rs:574–576  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

572 }
573
574 pub fn pcx(&self) -> Result<&PlanContext, PlanError> {
575 self.pcx.ok_or_else(|| sql_err!("no plan context"))
576 }
577
578 /// Records resolved IDs from a SQL-implemented expression body (e.g. a SHOW
579 /// command's inner query or an EXPLAIN ANALYZE query) into the accumulator

Callers 5

describe_declareFunction · 0.45
plan_prepareFunction · 0.45
plan_create_viewFunction · 0.45
plan_create_indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected