risingwave_frontend::handler::alter_streaming_rate_limit

Function handle_alter_streaming_rate_limit

source
pub async fn handle_alter_streaming_rate_limit(
    handler_args: HandlerArgs,
    kind: ThrottleTarget,
    table_name: ObjectName,
    rate_limit: i32,
) -> Result<RwPgResponse, RwError>