Class ParallelExecutorBase<T>

Type Parameters:
T -
All Implemented Interfaces:
AutoCloseable, Runnable, CloseableIteration<T,​QueryEvaluationException>, Iteration<T,​QueryEvaluationException>, ParallelExecutor<T>
Direct Known Subclasses:
JoinExecutorBase, UnionExecutorBase

public abstract class ParallelExecutorBase<T> extends LookAheadIteration<T,​QueryEvaluationException> implements ParallelExecutor<T>
Base class for common parallel executors such as JoinExecutorBase and UnionExecutorBase.
Author:
Andreas Schwarte
See Also:
JoinExecutorBase, UnionExecutorBase