Skip to main content

purify_alter_source

Function purify_alter_source 

Source
async fn purify_alter_source(
    catalog: impl SessionCatalog,
    stmt: AlterSourceStatement<Aug>,
    storage_configuration: &StorageConfiguration,
) -> Result<PurifiedStatement, PlanError>
Expand description

On success, returns the details on new subsources and updated ‘options’ that sequencing expects for handling ALTER SOURCE statements.