macro_rules! for_batch_plan_nodes {
($macro:ident) => { ... };
(
$( { Logical, $logical_name:ident } ),*
, $( { Batch, $batch_name:ident } ),*
, $( { Stream, $stream_name:ident } ),*
, $macro:ident
) => { ... };
}
Expand description
for_batch_plan_nodes
includes all plan nodes with batch convention.