Function mz_sql::plan::statement::ddl::alter_retain_history

source ยท
fn alter_retain_history(
    scx: &StatementContext<'_>,
    object_type: ObjectType,
    if_exists: bool,
    name: UnresolvedObjectName,
    history: Option<WithOptionValue<Aug>>,
) -> Result<Plan, PlanError>