risingwave_frontend::rpc

Function get_new_table_plan

source
async fn get_new_table_plan(
    table_change: TableSchemaChange,
    table_name: String,
    database_id: u32,
    owner: u32,
) -> Result<ReplaceTablePlan, AutoSchemaChangeError>
Expand description

Get the new table plan for the given table schema change