Type Alias query_engine_common::Executor
source · pub type Executor = Box<dyn QueryExecutor + Send + Sync>;
Aliased Type§
struct Executor(/* private fields */);
pub type Executor = Box<dyn QueryExecutor + Send + Sync>;
struct Executor(/* private fields */);