Class HashJoinIteration

java.lang.Object
All Implemented Interfaces:
AutoCloseable, CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>

public class HashJoinIteration extends LookAheadIteration<BindingSet,QueryEvaluationException>
Generic hash join implementation suitable for use by Sail implementations.
Author:
MJAHale