risingwave_frontend::webhook::handlers

Function acquire_table_info

source
async fn acquire_table_info(
    request_id: u32,
    database: &String,
    schema: &String,
    table: &String,
) -> Result<FastInsertContext, WebhookError>