risingwave_frontend::optimizer::plan_node::plan_base

Macro dispatch_plan_base

source
macro_rules! dispatch_plan_base {
    ($self:ident, [$($convention:ident),+ $(,)?], $method:expr) => { ... };
}
Expand description

Dispatch a method call to the corresponding plan base type.