pub fn options(
    options: &[WithOption<Aug>]
) -> Result<BTreeMap<String, SqlValueOrSecret>, PlanError>
Expand description

Normalizes a list of WITH options.

Errors

  • If any WithOption’s value is None. You can prevent generating these values during parsing.
  • If any WithOption has a value of type WithOptionValue::Secret.