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