Class HashJoin

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

public class HashJoin extends JoinExecutorBase<BindingSet>
Operator for a hash join of tuple expressions.
Since:
6.0
Author:
Andreas Schwarte