Class SynchronousBoundJoin

All Implemented Interfaces:
AutoCloseable, Runnable, CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>, ParallelExecutor<BindingSet>

public class SynchronousBoundJoin extends SynchronousJoin
Execute the nested loop join in a synchronous fashion, using grouped requests, i.e. group bindings into one SPARQL request using the UNION operator
Author:
Andreas Schwarte