Uses of Package
org.eclipse.rdf4j.query.algebra.evaluation.iterator
-
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator used by org.eclipse.rdf4j.query.algebra.evaluation.federation Class Description CrossProductIteration Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration. -
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator used by org.eclipse.rdf4j.query.algebra.evaluation.impl Class Description ZeroLengthPathIteration -
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator used by org.eclipse.rdf4j.query.algebra.evaluation.iterator Class Description BindingSetHashKey Compact and efficient representation of a binding set for use as a key in hash maps.LeftJoinIterator PathIteration.ValuePair -
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator used by org.eclipse.rdf4j.query.algebra.evaluation.limited Class Description ZeroLengthPathIteration -
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator used by org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator Class Description BindingSetHashKey Compact and efficient representation of a binding set for use as a key in hash maps.BottomUpJoinIterator Deprecated.replaced by HashJoinIterationHashJoinIteration Generic hash join implementation suitable for use by Sail implementations.OrderIterator Sorts the input and optionally applies limit and distinct.PathIteration PathIteration.ValuePair SPARQLMinusIteration 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.ZeroLengthPathIteration -
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator used by org.eclipse.rdf4j.sail.federation.evaluation Class Description FilterIterator