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

Function describe_delete

src/sql/src/plan/statement/dml.rs:124–130  ·  view source on GitHub ↗
(
    scx: &StatementContext,
    stmt: DeleteStatement<Aug>,
)

Source from the content-addressed store, hash-verified

122}
123
124pub fn describe_delete(
125 scx: &StatementContext,
126 stmt: DeleteStatement<Aug>,
127) -> Result<StatementDesc, PlanError> {
128 query::plan_delete_query(scx, stmt)?;
129 Ok(StatementDesc::new(None))
130}
131
132pub fn plan_delete(
133 scx: &StatementContext,

Callers 1

describeFunction · 0.85

Calls 1

plan_delete_queryFunction · 0.85

Tested by

no test coverage detected