resolve_streaming_job_id_for_alter

Function resolve_streaming_job_id_for_alter 

Source
pub(super) fn resolve_streaming_job_id_for_alter(
    session: &SessionImpl,
    obj_name: ObjectName,
    alter_stmt_type: StatementType,
    alter_target: &str,
) -> Result<JobId>
Expand description

Resolve the streaming job id for alter operations.

This function will decide which catalog to lookup based on the given statement type, which should be one of ALTER TABLE, ALTER MATERIALIZED VIEW, ALTER SOURCE, ALTER SINK, ALTER INDEX.