risingwave_frontend::handler::alter_parallelism

Function handle_alter_parallelism

source
pub async fn handle_alter_parallelism(
    handler_args: HandlerArgs,
    obj_name: ObjectName,
    parallelism: SetVariableValue,
    stmt_type: StatementType,
    deferred: bool,
) -> Result<RwPgResponse, RwError>