risingwave_frontend::handler::query

Function gen_batch_plan_by_statement

source
pub fn gen_batch_plan_by_statement(
    session: &SessionImpl,
    context: OptimizerContextRef,
    stmt: Statement,
) -> Result<BatchQueryPlanResult, RwError>