Uses of Interface
org.eclipse.rdf4j.common.iteration.Iteration
-
-
Uses of Iteration in org.eclipse.rdf4j.common.concurrent.locks
Classes in org.eclipse.rdf4j.common.concurrent.locks that implement Iteration Modifier and Type Class Description classLockingIteration<E,X extends java.lang.Exception>Deprecated.Constructors in org.eclipse.rdf4j.common.concurrent.locks with parameters of type Iteration Constructor Description LockingIteration(Lock lock, Iteration<? extends E,X> iter)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Classes in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that implement Iteration Modifier and Type Class Description classCleanerGraphQueryResultclassCleanerTupleQueryResult -
Uses of Iteration in org.eclipse.rdf4j.common.iteration
Subinterfaces of Iteration in org.eclipse.rdf4j.common.iteration Modifier and Type Interface Description interfaceCloseableIteration<E,X extends java.lang.Exception>Deprecated.In the future this interface will stop extendingIterationand instead declare the same interface methods directly.Classes in org.eclipse.rdf4j.common.iteration that implement Iteration Modifier and Type Class Description classAbstractCloseableIteration<E,X extends java.lang.Exception>Deprecated.classCloseableIteratorIteration<E,X extends java.lang.Exception>Deprecated.classConvertingIteration<S,T,X extends java.lang.Exception>Deprecated.classDelayedIteration<E,X extends java.lang.Exception>Deprecated.classDistinctIteration<E,X extends java.lang.Exception>Deprecated.classDualUnionIteration<E,X extends java.lang.Exception>Deprecated.classEmptyIteration<E,X extends java.lang.Exception>Deprecated.classExceptionConvertingIteration<E,X extends java.lang.Exception>Deprecated.classFilterIteration<E,X extends java.lang.Exception>Deprecated.classIntersectIteration<E,X extends java.lang.Exception>Deprecated.classIterationWrapper<E,X extends java.lang.Exception>Deprecated.classIteratorIteration<E,X extends java.lang.Exception>Deprecated.classLimitIteration<E,X extends java.lang.Exception>Deprecated.classLookAheadIteration<E,X extends java.lang.Exception>Deprecated.classMinusIteration<E,X extends java.lang.Exception>Deprecated.classOffsetIteration<E,X extends java.lang.Exception>Deprecated.classQueueIteration<E,T extends java.lang.Exception>Deprecated.classReducedIteration<E,X extends java.lang.Exception>Deprecated.classSilentIteration<T,E extends java.lang.Exception>Deprecated.classSingletonIteration<E,X extends java.lang.Exception>Deprecated.classTimeLimitIteration<E,X extends java.lang.Exception>Deprecated.classUnionIteration<E,X extends java.lang.Exception>Deprecated.Fields in org.eclipse.rdf4j.common.iteration declared as Iteration Modifier and Type Field Description protected Iteration<? extends E,? extends X>IntersectIteration. arg2Deprecated.private Iteration<? extends E,X>UnionIteration. currentIterDeprecated.private Iteration<? extends S,? extends X>ConvertingIteration. iterDeprecated.The source type iteration.private Iteration<? extends E,? extends X>DelayedIteration. iterDeprecated.private Iteration<? extends E,? extends java.lang.Exception>ExceptionConvertingIteration. iterDeprecated.The underlying Iteration.private Iteration<T,? extends java.lang.Exception>IterationSpliterator. iterationDeprecated.private Iteration<? extends E,X>MinusIteration. rightArgDeprecated.protected Iteration<? extends E,? extends X>IterationWrapper. wrappedIterDeprecated.This will be changed to private, possibly with an accessor in future.Fields in org.eclipse.rdf4j.common.iteration with type parameters of type Iteration Modifier and Type Field Description private java.util.Iterator<? extends Iteration<? extends E,X>>UnionIteration. argIterDeprecated.Methods in org.eclipse.rdf4j.common.iteration that return Iteration Modifier and Type Method Description protected abstract Iteration<? extends E,? extends X>DelayedIteration. createIteration()Deprecated.Creates the iteration that should be iterated over.Methods in org.eclipse.rdf4j.common.iteration with parameters of type Iteration Modifier and Type Method Description static <E,X extends java.lang.Exception,C extends java.util.Collection<E>>
CIterations. addAll(Iteration<? extends E,X> iter, C collection)Deprecated, for removal: This API element is subject to removal in a future version.java.util.Set<E>IntersectIteration. addSecondSet(Iteration<? extends E,? extends X> arg2, java.util.Set<E> set)Deprecated.static <E,X extends java.lang.Exception>
java.util.List<E>Iterations. asList(Iteration<? extends E,X> iter)Deprecated, for removal: This API element is subject to removal in a future version.static <E,X extends java.lang.Exception>
java.util.Set<E>Iterations. asSet(Iteration<? extends E,? extends X> iteration, java.util.function.Supplier<java.util.Set<E>> setMaker)Deprecated, for removal: This API element is subject to removal in a future version.static <E,X extends java.lang.Exception>
java.util.Set<E>Iterations. asSet(Iteration<? extends E,X> iter)Deprecated, for removal: This API element is subject to removal in a future version.static <X extends java.lang.Exception>
voidIterations. closeCloseable(Iteration<?,X> iteration)Deprecated, for removal: This API element is subject to removal in a future version.static <T> java.util.stream.Stream<T>Iterations. stream(Iteration<T,? extends java.lang.Exception> iteration)Deprecated, for removal: This API element is subject to removal in a future version.static <X extends java.lang.Exception>
java.lang.StringIterations. toString(Iteration<?,X> iteration, java.lang.String separator)Deprecated, for removal: This API element is subject to removal in a future version.static <X extends java.lang.Exception>
voidIterations. toString(Iteration<?,X> iteration, java.lang.String separator, java.lang.StringBuilder sb)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.common.iteration with parameters of type Iteration Constructor Description ConvertingIteration(Iteration<? extends S,? extends X> iter)Deprecated.Creates a new ConvertingIteration that operates on the supplied source type iteration.DistinctIteration(Iteration<? extends E,? extends X> iter)Deprecated.Creates a new DistinctIterator.DistinctIteration(Iteration<? extends E,? extends X> iter, java.util.function.Supplier<java.util.Set<E>> setMaker)Deprecated.ExceptionConvertingIteration(Iteration<? extends E,? extends java.lang.Exception> iter)Deprecated.Creates a new ExceptionConvertingIteration that operates on the supplied iteration.FilterIteration(Iteration<? extends E,? extends X> iter)Deprecated.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2)Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, boolean distinct)Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, boolean distinct, java.util.function.Supplier<java.util.Set<E>> setMaker)Deprecated.Creates a new IntersectIteration that returns the intersection of the results of two Iterations.IntersectIteration(Iteration<? extends E,? extends X> arg1, Iteration<? extends E,? extends X> arg2, java.util.function.Supplier<java.util.Set<E>> setMaker)Deprecated.IterationSpliterator(Iteration<T,? extends java.lang.Exception> iteration)Deprecated.Creates aSpliteratorimplementation that wraps the suppliedIteration.IterationWrapper(Iteration<? extends E,? extends X> iter)Deprecated.Creates a new IterationWrapper that operates on the supplied Iteration.LimitIteration(Iteration<? extends E,X> iter, long limit)Deprecated.Creates a new LimitIteration.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg, boolean distinct)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.MinusIteration(Iteration<? extends E,X> leftArg, Iteration<? extends E,X> rightArg, boolean distinct, java.util.function.Supplier<java.util.Set<E>> setMaker)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.OffsetIteration(Iteration<? extends E,X> iter, long offset)Deprecated.Creates a new OffsetIteration.ReducedIteration(Iteration<? extends E,? extends X> delegate)Deprecated.TimeLimitIteration(Iteration<? extends E,? extends X> iter, long timeLimit)Deprecated.UnionIteration(Iteration<? extends E,X>... args)Deprecated.Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.Constructor parameters in org.eclipse.rdf4j.common.iteration with type arguments of type Iteration Constructor Description UnionIteration(java.lang.Iterable<? extends Iteration<? extends E,X>> args)Deprecated.Creates a new UnionIteration that returns the bag union of the results of a number of Iterations. -
Uses of Iteration in org.eclipse.rdf4j.common.iterator
Constructors in org.eclipse.rdf4j.common.iterator with parameters of type Iteration Constructor Description CloseableIterationIterator(Iteration<? extends E,? extends java.lang.RuntimeException> iteration)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query
Subinterfaces of Iteration in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceGraphQueryResultA representation of a query result as a sequence ofStatementobjects.interfaceQueryResult<T>Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).interfaceTupleQueryResultA representation of a variable-binding query result as a sequence ofBindingSetobjects.Classes in org.eclipse.rdf4j.query that implement Iteration Modifier and Type Class Description private static classQueryResults.CleanerGraphQueryResultprivate static classQueryResults.GraphQueryResultFilterprivate static classQueryResults.TupleQueryResultFilter -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement Iteration Modifier and Type Class Description static classQueryEvaluationStep.DelayedEvaluationIterationDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.federation
Classes in org.eclipse.rdf4j.query.algebra.evaluation.federation that implement Iteration Modifier and Type Class Description classJoinExecutorBase<T>Deprecated.UseJoinExecutorBaseclassServiceCrossProductIterationDeprecated.classServiceJoinConversionIterationDeprecated, for removal: This API element is subject to removal in a future version.since 2.3 useServiceJoinConversionIterationclassServiceJoinIteratorIterator for efficient SERVICE evaluation (vectored). -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.impl
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl that implement Iteration Modifier and Type Class Description private static classDefaultEvaluationStrategy.ResultSizeCountingIteratorThis class wraps an iterator and increments the "resultSizeActual" of the query model node that the iterator represents.private static classDefaultEvaluationStrategy.TimedIteratorThis class wraps an iterator and tracks the time used to execute next() and hasNext() -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Classes in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that implement Iteration Modifier and Type Class Description private static classStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIteratorConverts statements into the required bindingsets.private static classStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.iterator that implement Iteration Modifier and Type Class Description classBadlyDesignedLeftJoinIteratorclassBottomUpJoinIteratorDeprecated.replaced by HashJoinIterationclassCollectionIteration<E,X extends java.lang.Exception>Deprecated.since 2.3 useCollectionIterationclassCompatibleBindingSetFilterDeprecated.classCrossProductIterationIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.classDelayedEvaluationIterationUtility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.classDescribeIterationDeprecated.classExtensionIteratorDeprecated.classFilterIteratorDeprecated.classGroupIteratorclassHashJoinIterationGeneric hash join implementation suitable for use by Sail implementations.classJoinIteratorInterleaved join iterator.classLeftJoinIteratorclassMultiProjectionIteratorclassOrderIteratorDeprecated.classPathIterationclassProjectionIteratorDeprecated.classQueryContextIterationMakes aQueryContextavailable during iteration.classSilentIterationDeprecated.UseSilentIterationinstead.classSPARQLMinusIteration<X extends java.lang.Exception>Deprecated.classZeroLengthPathIterationFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as Iteration Modifier and Type Field Description private Iteration<BindingSet,X>SPARQLMinusIteration. rightArgDeprecated.private Iteration<BindingSet,QueryEvaluationException>DescribeIteration. sourceIterDeprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return Iteration Modifier and Type Method Description protected Iteration<BindingSet,QueryEvaluationException>OrderIterator. createIteration()Deprecated.protected Iteration<BindingSet,X>SPARQLMinusIteration. getRightArg()Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Iteration Modifier and Type Method Description protected java.util.Set<BindingSet>SPARQLMinusIteration. makeSet(Iteration<BindingSet,X> rightArg)Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type Iteration Constructor Description DescribeIteration(Iteration<BindingSet,QueryEvaluationException> sourceIter, EvaluationStrategy strategy, java.util.Set<java.lang.String> describeExprNames, BindingSet parentBindings)Deprecated.SPARQLMinusIteration(Iteration<BindingSet,X> leftArg, Iteration<BindingSet,X> rightArg)Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.SPARQLMinusIteration(Iteration<BindingSet,X> leftArg, Iteration<BindingSet,X> rightArg, boolean distinct)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Classes in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that implement Iteration Modifier and Type Class Description classLimitedSizeDistinctIterationDeprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with parameters of type Iteration Modifier and Type Method Description static java.util.Set<BindingSet>LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, java.util.Set<BindingSet> includeSet, java.util.concurrent.atomic.AtomicLong used, long maxSize)Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with parameters of type Iteration Constructor Description LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, java.util.concurrent.atomic.AtomicLong used, long maxSize)Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return Iteration Modifier and Type Method Description static Iteration<Value,QueryEvaluationException>TripleSources. list(Resource subj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>TripleSources. listResources(Resource subj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Iteration Modifier and Type Class Description protected classAbstractParserQuery.QueryInterruptIterationDeprecated.classBackgroundGraphResultDeprecated.classGraphQueryResultImplDeprecated.since 2.0.classIteratingGraphQueryResultDeprecated.classIteratingTupleQueryResultDeprecated.classMutableTupleQueryResultAn implementation of theTupleQueryResultinterface that stores the complete query result in memory.classQueueCursor<E>Makes working with a queue easier by adding the methodsQueueIteration.done()andQueueIteration.toss(Exception)and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.classTupleQueryResultImplDeprecated.UseIteratingTupleQueryResultinstead.Constructors in org.eclipse.rdf4j.query.impl with parameters of type Iteration Constructor Description MutableTupleQueryResult(java.util.Collection<java.lang.String> bindingNames, Iteration<? extends BindingSet,E> bindingSetIter)Deprecated, for removal: This API element is subject to removal in a future version.QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.query.parser.impl
Classes in org.eclipse.rdf4j.query.parser.impl that implement Iteration Modifier and Type Class Description protected classAbstractParserQuery.QueryInterruptIterationDeprecated.Constructors in org.eclipse.rdf4j.query.parser.impl with parameters of type Iteration Constructor Description QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)Deprecated. -
Uses of Iteration in org.eclipse.rdf4j.query.resultio.helpers
Classes in org.eclipse.rdf4j.query.resultio.helpers that implement Iteration Modifier and Type Class Description classBackgroundTupleResultDeprecated. -
Uses of Iteration in org.eclipse.rdf4j.repository
Classes in org.eclipse.rdf4j.repository that implement Iteration Modifier and Type Class Description classRepositoryResult<T>Methods in org.eclipse.rdf4j.repository with parameters of type Iteration Modifier and Type Method Description <E extends java.lang.Exception>
voidRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.<E extends java.lang.Exception>
voidRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type Iteration Modifier and Type Method Description <E extends java.lang.Exception>
voidAbstractRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts) -
Uses of Iteration in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type Iteration Modifier and Type Method Description <E extends java.lang.Exception>
voidContextAwareConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves. -
Uses of Iteration in org.eclipse.rdf4j.repository.sail
Classes in org.eclipse.rdf4j.repository.sail that implement Iteration Modifier and Type Class Description (package private) classSailCloseableIteration<E> -
Uses of Iteration in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return Iteration Modifier and Type Method Description protected Iteration<Statement,QueryEvaluationException>SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Iteration in org.eclipse.rdf4j.repository.sparql.federation
Classes in org.eclipse.rdf4j.repository.sparql.federation that implement Iteration Modifier and Type Class Description classCollectionIteration<E,X extends java.lang.Exception>An iteration to access a materializedCollectionof BindingSets.classJoinExecutorBase<T>Base class for any join parallel join executor.private classRepositoryFederatedService.BatchingServiceIterationA convenience iteration for SERVICE expression which evaluates intermediate results in batches and manages all results.private static classRepositoryFederatedService.CloseConnectionIterationWrapper iteration which closes aRepositoryConnectionuponRepositoryFederatedService.CloseConnectionIteration.close()private classRepositoryFederatedService.FallbackServiceIterationHelper iteration to evaluate a block ofBindingSets using the simpleRepositoryFederatedService.select(Service, Set, BindingSet, String)routine.classServiceJoinConversionIterationDeprecated.classSPARQLCrossProductIterationIteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration. -
Uses of Iteration in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement Iteration Modifier and Type Class Description classInsertBindingSetCursorAdds more bindings to each of the results. -
Uses of Iteration in org.eclipse.rdf4j.sail
Classes in org.eclipse.rdf4j.sail that implement Iteration Modifier and Type Class Description classTripleSourceIterationWrapper<T> -
Uses of Iteration in org.eclipse.rdf4j.sail.base
Classes in org.eclipse.rdf4j.sail.base that implement Iteration Modifier and Type Class Description classDistinctModelReducingUnionIterationAn Iteration that takes two source.(package private) classSailClosingIteration<T,X extends java.lang.Exception>AnIterationthat holds on to aSailClosableuntil the Iteration is closed. -
Uses of Iteration in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers that implement Iteration Modifier and Type Class Description (package private) classCleanerIteration<E,X extends java.lang.Exception>(package private) classSailBaseIteration<T,E extends java.lang.Exception>An iteration extension that keeps a reference to the AbstractSailConnection from which it originates and signals when it is closed.(package private) classTupleExprWrapperIteration<T extends BindingSet,X extends java.lang.Exception>This iteration is used to debug issues with the TupleExpr that was used to generate the wrapped iteration. -
Uses of Iteration in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement Iteration Modifier and Type Class Description classMemStatementIteratorA StatementIterator that can iterate over a list of Statement objects.private static classMemStatementIteratorCache.CachedIterationclassMemTripleIterator<X extends java.lang.Exception>An Iteration that can iterate over a list ofTripleobjects. -
Uses of Iteration in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement Iteration Modifier and Type Class Description classLoggingCloseableIteration(package private) classOnlyNonUniqueprivate static classSingleCloseablePlanNode.SingleCloseableIteration(package private) static classUnique.TargetAndValueSortIterator -
Uses of Iteration in org.eclipse.rdf4j.sail.shacl.wrapper.data
Classes in org.eclipse.rdf4j.sail.shacl.wrapper.data that implement Iteration Modifier and Type Class Description classCloseablePeakableIteration<E,X extends java.lang.Exception> -
Uses of Iteration in org.eclipse.rdf4j.spin.function
Classes in org.eclipse.rdf4j.spin.function that implement Iteration Modifier and Type Class Description (package private) static classConstructTupleFunction.GraphQueryResultIteration(package private) static classSelectTupleFunction.TupleQueryResultIteration
-