risingwave_frontend::optimizer::plan_node::utils

Macro plan_node_name

source
macro_rules! plan_node_name {
    ($name:literal $(, { $prop:literal, $cond:expr } )* $(,)?) => { ... };
}
Expand description

Call debug_struct on the given formatter to create a debug struct builder. If a property list is provided, properties in it will be added to the struct name according to the condition of that property.