Function tidb_query_executors::runner::build_executors [−][src]
pub fn build_executors<S: Storage + 'static>(
executor_descriptors: Vec<Executor>,
storage: S,
ranges: Vec<KeyRange>,
config: Arc<EvalConfig>,
is_scanned_range_aware: bool
) -> Result<Box<dyn BatchExecutor<StorageStats = S::Statistics>>>