risingwave_frontend::optimizer::plan_node::to_prost

Macro impl_to_prost

source
macro_rules! impl_to_prost {
    ($( { $convention:ident, $name:ident }),*) => { ... };
}
Expand description

impl ToPb nodes which have impl ToBatchPb and ToStreamPb.