pub fn plan_create_schema(
    scx: &StatementContext<'_>,
    _: CreateSchemaStatement
) -> Result<Plan, PlanError>