fn plan_table_options(
    scx: &StatementContext<'_>,
    with_opts: Vec<TableOption<Aug>>
) -> Result<Vec<TableOption>, PlanError>