risingwave_batch::executor

Type Alias BoxedExecutor

source
pub type BoxedExecutor = Box<dyn Executor>;

Aliased Type§

struct BoxedExecutor(/* private fields */);

Trait Implementations§

source§

impl Debug for BoxedExecutor

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more