risingwave_frontend::handler::create_subscription

Function handle_create_subscription

source
pub async fn handle_create_subscription(
    handle_args: HandlerArgs,
    stmt: CreateSubscriptionStatement,
) -> Result<RwPgResponse, RwError>