pub fn apply_sink_option_edits<T: AstInfo>(
with_options: &mut Vec<CreateSinkOption<T>>,
set_options: &[CreateSinkOption<T>],
reset_options: &[CreateSinkOptionName],
)where
CreateSinkOption<T>: Clone,Expand description
Applies the option edits of an ALTER SINK ... SET/RESET (...) to the
with-options of a CREATE SINK statement.