Uses of Class
org.apache.jena.sparql.engine.iterator.QueryIter1
Packages that use QueryIter1
Package
Description
-
Uses of QueryIter1 in org.apache.jena.sparql.engine.iterator
Subclasses of QueryIter1 in org.apache.jena.sparql.engine.iteratorModifier and TypeClassDescriptionclassAdd(var, matchTriple)to aQueryIterator.classExtend each solution by a (var, expression)classExtend each solution by a (var, node) When used with mustBeNewVar=false, this is a join.classYield new bindings, with a fixed parent, with values from an iterator.classIterator over another QueryIterator, applying a converter function to each object that is returned by .next()classA QueryIterator that suppresses items already seen.classMemory limited QueryIterDistinctclassImplementation skeleton for DISTINCT and REDUCED.classFilter bindings for distinguished variables only Currently unused.classFilter a stream of bindings by a constraint.classclassclassclassQueryIterator for a procedure.classAn iterator that applies a condition.classclassExecute a projection in the middle of an execution.classclassRepeatedly execute the subclass operation for each Binding in the input iterator.classIterator until a limit is reached.class -
Uses of QueryIter1 in org.apache.jena.sparql.engine.main.iterator
Subclasses of QueryIter1 in org.apache.jena.sparql.engine.main.iteratorModifier and TypeClassDescriptionclassclassclassDeprecated, for removal: This API element is subject to removal in a future version.To be removed.classExecute each sub stage against the input.