Crate risingwave_batch_executors

Source
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§

error
exchange_source
execution
executor
monitor
spill
task

Macros§

enable
Enable executors in this crate.