Class BottomUpJoinIterator

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

@Deprecated public class BottomUpJoinIterator extends LookAheadIteration<BindingSet,QueryEvaluationException>
Deprecated.
replaced by HashJoinIteration
Join Iterator that executes a basic bottom-up hash-join algorithm. To be used in cases where interleaved iteration joining is not appropriate (e.g. when the join arguments are subselects).
Author:
jeen