Class LateralIterator

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

public class LateralIterator extends LookAheadIteration<BindingSet>
Lateral join iterator.

This iterator produces results by evaluating the right-hand side for each solution mapping from the left-hand side. Note that this is similar to a join but without any join condition.