risingwave_frontend::handler::query

Function gen_batch_plan_fragmenter

source
pub fn gen_batch_plan_fragmenter(
    session: &SessionImpl,
    plan_result: BatchQueryPlanResult,
) -> Result<BatchPlanFragmenterResult, RwError>