risingwave_frontend::optimizer::plan_node::convert

Macro ban_to_batch

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

Implement ToBatch for batch and streaming node.