risingwave_batch::executor

Macro build_executor

source
macro_rules! build_executor {
    ($source: expr, $inputs: expr, $($proto_type_name:path => $data_type:ty),* $(,)?) => { ... };
}