(
_: &StatementContext,
_: AlterSourceStatement<Aug>,
)
| 7350 | } |
| 7351 | |
| 7352 | pub 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 | |
| 7360 | generate_extracted_config!( |
| 7361 | AlterSourceAddSubsourceOption, |