risingwave_
batch
2.2.0-alpha
Boxed
Executor
Aliased type
Trait Implementations
Debug
In risingwave_
batch::
executor
risingwave_batch
::
executor
Type Alias
BoxedExecutor
Copy item path
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