risingwave_frontend::handler::query

Function gen_batch_query_plan

source
fn gen_batch_query_plan(
    session: &SessionImpl,
    context: OptimizerContextRef,
    bind_result: BoundResult,
) -> Result<BatchQueryPlanResult, RwError>