Package org.eclipse.rdf4j.query.algebra.evaluation.iterator
@InternalUseOnly
package org.eclipse.rdf4j.query.algebra.evaluation.iterator
Implementations of
relevant to query evaluation.
invalid reference
Iteration
-
ClassDescriptionCompact and efficient representation of a binding set for use as a key in hash maps.Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.Iteration that implements a simplified version of Symmetric Concise Bounded Description (omitting reified statements).This is used to make sure that no variable is seen by the filter that are not in scope.Generic hash join implementation suitable for use by Sail implementations.Interleaved join iterator.Sorts the input and optionally applies limit and distinct.Makes a
QueryContext
available during iteration.An Iteration that returns the results of an Iteration (the left argument) MINUS any results that are compatible with results of another Iteration (the right argument) or that have no shared variables.