pub(crate) fn ensure_empty_options<V>(
    with_options: &BTreeMap<String, V>,
    context: &str
) -> Result<(), PlanError>
Expand description

Ensures that the given set of options are empty, useful for validating that WITH options are all real, used options