Class SynchronousJoin

All Implemented Interfaces:
AutoCloseable, Runnable, CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>, ParallelExecutor<BindingSet>
Direct Known Subclasses:
SynchronousBoundJoin

public class SynchronousJoin extends JoinExecutorBase<BindingSet>
Execute the nested loop join in a synchronous fashion, i.e. one binding after the other
Author:
Andreas Schwarte