risingwave_frontend::scheduler::fast_insert

Function choose_fast_insert_client

source
pub async fn choose_fast_insert_client(
    table_id: &TableId,
    frontend_env: &FrontendEnv,
    request_id: u32,
) -> Result<ComputeClient, SchedulerError>