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

Function plan_execute

src/sql/src/plan/statement/scl.rs:313–318  ·  view source on GitHub ↗
(
    scx: &StatementContext,
    stmt: ExecuteStatement<Aug>,
)

Source from the content-addressed store, hash-verified

311}
312
313pub fn plan_execute(
314 scx: &StatementContext,
315 stmt: ExecuteStatement<Aug>,
316) -> Result<Plan, PlanError> {
317 Ok(plan_execute_desc(scx, stmt)?.1)
318}
319
320fn plan_execute_desc<'a>(
321 scx: &'a StatementContext,

Callers 1

planFunction · 0.85

Calls 1

plan_execute_descFunction · 0.85

Tested by

no test coverage detected