pub fn unplan_create_cluster(
scx: &StatementContext<'_>,
_: CreateClusterPlan,
) -> Result<CreateClusterStatement<Aug>, PlanError>
Expand description
Convert a CreateClusterPlan
into a CreateClusterStatement
.
The reverse of plan_create_cluster
.