Skip to main content

apply_sink_option_edits

Function apply_sink_option_edits 

Source
pub fn apply_sink_option_edits<T: AstInfo>(
    with_options: &mut Vec<CreateSinkOption<T>>,
    set_options: &[CreateSinkOption<T>],
    reset_options: &[CreateSinkOptionName],
)
Expand description

Applies the option edits of an ALTER SINK ... SET/RESET (...) to the with-options of a CREATE SINK statement.