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

Function describe_alter_source

src/sql/src/plan/statement/ddl.rs:7352–7358  ·  view source on GitHub ↗
(
    _: &StatementContext,
    _: AlterSourceStatement<Aug>,
)

Source from the content-addressed store, hash-verified

7350}
7351
7352pub fn describe_alter_source(
7353 _: &StatementContext,
7354 _: AlterSourceStatement<Aug>,
7355) -> Result<StatementDesc, PlanError> {
7356 // TODO: put the options here, right?
7357 Ok(StatementDesc::new(None))
7358}
7359
7360generate_extracted_config!(
7361 AlterSourceAddSubsourceOption,

Callers 1

describeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected