Expand description
Batch executor implementations.
To enable executors in this crate, add the following line to your code:
risingwave_batch_executors::enable!();
Re-exports§
pub use executor::*;
Modules§
Macros§
- enable
- Enable executors in this crate.