pub fn gen_create_mv_plan_bound(
session: &SessionImpl,
context: OptimizerContextRef,
query: BoundQuery,
name: ObjectName,
columns: Vec<Ident>,
emit_mode: Option<EmitMode>,
) -> Result<(PlanRef, PbTable), RwError>
Expand description
Generate create MV plan from a bound query