risingwave_connector

Macro match_source_name_str

source
macro_rules! match_source_name_str {
    ($source_name_str:expr, $prop_type_name:ident, $body:expr, $on_other_closure:expr) => { ... };
}
Expand description

Matches against SourceProperties::SOURCE_NAME to dispatch logic.