Class HashJoinIteration

All Implemented Interfaces:
AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>

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